Html Css Color HEX #21083D Blackcurrant

📋 copy color: '#21083D'

red 33 ◦ green 8 ◦ blue 61

#21083D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #21083D

Tints of Blackcurrant #21083D

RGB

 RED value IS 33 (13.28% from 255) = 32.35%

 GREEN value IS 8 (3.52% from 255) = 7.84%

 BLUE value IS 61 (24.22% from 255) = 59.8%

R = 32.35%
G = 7.84%
B = 59.8%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.76

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#21083D (or 0x21083D) is known color: Blackcurrant. HEX triplet: 21, 08 and 3D. RGB value is (33,8,61). Sum of RGB (Red+Green+Blue) = 33+8+61=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 61 (24.22% from 255 or 59.80% from 102); Max value from RGB is 61 - color contains mainly: blue. Hex color #21083D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21083D is #DEF7C2. Grayscale: #151515. Windows color (decimal): -14612419 or 3999777. OLE color: 3999777.

HSL color Cylindrical-coordinate representation of color #21083D: hue angle of 268.3º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21083D is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 8 61 -
CMYK 0.46 0.87 0 0.76
HSL 268.3º 0.77% 0.14% -
HSV(B) 268.3º 0.87% 0.24% -
XYZ 1.56 0.83 4.49 -
YUV 21.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 33 8 61 0.46 0.87 0 0.76 268.3 0.77 0.14
Hex 21 8 3D 2E 57 0 4C 10C 4D E
Octal 41 10 75 56 127 0 114 414 115 16
Binary 100001 1000 111101 101110 1010111 0 1001100 100001100 1001101 1110

Color Harmonies of #21083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21083D

Black with #21083D

Text Example


Text Example

White with #21083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21083D; }

 p { color: rgb(33,8,61); }

 H1.HeaderClassName
 {
   color: #21083D;
 }
 .AnyTagClassName
 {
   color: #21083D;
 }
</style>

background-color css

<style>
 a { background-color: #21083D; }

 a { background-color: rgb(33,8,61); }

 div.DivClassName
 {
   background-color: #21083D;
 }
 .BgClassName
 {
   background-color: #21083D;
 }
</style>

border-color css

<style>
 span { border-color: #21083D; }

 span { border-color: rgb(33,8,61); }

 td.TdClassName
 {
   border-color: #21083D;
 }
 .TagClassName
 {
   border-color: #21083D;
 }
</style>