Html Css Color HEX #21032E Blackcurrant

📋 copy color: '#21032E'

red 33 ◦ green 3 ◦ blue 46

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

Shades of Blackcurrant #21032E

Tints of Blackcurrant #21032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 56.1%

R = 40.24%
G = 3.66%
B = 56.1%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#21032E (or 0x21032E) is known color: Blackcurrant. HEX triplet: 21, 03 and 2E. RGB value is (33,3,46). Sum of RGB (Red+Green+Blue) = 33+3+46=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #21032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21032E is #DEFCD1. Grayscale: #101010. Windows color (decimal): -14613714 or 3015457. OLE color: 3015457.

HSL color Cylindrical-coordinate representation of color #21032E: hue angle of 281.86º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21032E is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 33 3 46 -
CMYK 0.28 0.93 0 0.82
HSL 281.86º 0.88% 0.1% -
HSV(B) 281.86º 0.93% 0.18% -
XYZ 1.15 0.59 2.64 -
YUV 16.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 33 3 46 0.28 0.93 0 0.82 281.86 0.88 0.1
Hex 21 3 2E 1C 5D 0 52 11A 58 A
Octal 41 3 56 34 135 0 122 432 130 12
Binary 100001 11 101110 11100 1011101 0 1010010 100011010 1011000 1010

Color Harmonies of #21032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21032E

Black with #21032E

Text Example


Text Example

White with #21032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21032E; }

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

 H1.HeaderClassName
 {
   color: #21032E;
 }
 .AnyTagClassName
 {
   color: #21032E;
 }
</style>

background-color css

<style>
 a { background-color: #21032E; }

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

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

border-color css

<style>
 span { border-color: #21032E; }

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

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