Html Css Color HEX #21033B Blackcurrant

📋 copy color: '#21033B'

red 33 ◦ green 3 ◦ blue 59

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

Shades of Blackcurrant #21033B

Tints of Blackcurrant #21033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.16%

 BLUE value IS 59 (23.44% from 255) = 62.11%

R = 34.74%
G = 3.16%
B = 62.11%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#21033B (or 0x21033B) is known color: Blackcurrant. HEX triplet: 21, 03 and 3B. RGB value is (33,3,59). Sum of RGB (Red+Green+Blue) = 33+3+59=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 59 (23.44% from 255 or 62.11% from 95); Max value from RGB is 59 - color contains mainly: blue. Hex color #21033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21033B is #DEFCC4. Grayscale: #121212. Windows color (decimal): -14613701 or 3867425. OLE color: 3867425.

HSL color Cylindrical-coordinate representation of color #21033B: hue angle of 272.14º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21033B is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 33 3 59 -
CMYK 0.44 0.95 0 0.77
HSL 272.14º 0.9% 0.12% -
HSV(B) 272.14º 0.95% 0.23% -
XYZ 1.45 0.7 4.2 -
YUV 18.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 33 3 59 0.44 0.95 0 0.77 272.14 0.9 0.12
Hex 21 3 3B 2C 5F 0 4D 110 5A C
Octal 41 3 73 54 137 0 115 420 132 14
Binary 100001 11 111011 101100 1011111 0 1001101 100010000 1011010 1100

Color Harmonies of #21033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21033B

Black with #21033B

Text Example


Text Example

White with #21033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21033B; }

 p { color: rgb(33,3,59); }

 H1.HeaderClassName
 {
   color: #21033B;
 }
 .AnyTagClassName
 {
   color: #21033B;
 }
</style>

background-color css

<style>
 a { background-color: #21033B; }

 a { background-color: rgb(33,3,59); }

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

border-color css

<style>
 span { border-color: #21033B; }

 span { border-color: rgb(33,3,59); }

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