Html Css Color HEX #21012B Blackcurrant

📋 copy color: '#21012B'

red 33 ◦ green 1 ◦ blue 43

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

Shades of Blackcurrant #21012B

Tints of Blackcurrant #21012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.3%

 BLUE value IS 43 (17.19% from 255) = 55.84%

R = 42.86%
G = 1.3%
B = 55.84%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#21012B (or 0x21012B) is known color: Blackcurrant. HEX triplet: 21, 01 and 2B. RGB value is (33,1,43). Sum of RGB (Red+Green+Blue) = 33+1+43=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #21012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21012B is #DEFED4. Grayscale: #0F0F0F. Windows color (decimal): -14614229 or 2818337. OLE color: 2818337.

HSL color Cylindrical-coordinate representation of color #21012B: hue angle of 285.71º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21012B is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 33 1 43 -
CMYK 0.23 0.98 0 0.83
HSL 285.71º 0.95% 0.09% -
HSV(B) 285.71º 0.98% 0.17% -
XYZ 1.07 0.52 2.33 -
YUV 15.36 143.6 140.58 -
System Red Green Blue C M Y K H S L
Decimal 33 1 43 0.23 0.98 0 0.83 285.71 0.95 0.09
Hex 21 1 2B 17 62 0 53 11E 5F 9
Octal 41 1 53 27 142 0 123 436 137 11
Binary 100001 1 101011 10111 1100010 0 1010011 100011110 1011111 1001

Color Harmonies of #21012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21012B

Black with #21012B

Text Example


Text Example

White with #21012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,1,43); }

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

background-color css

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

 a { background-color: rgb(33,1,43); }

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

border-color css

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

 span { border-color: rgb(33,1,43); }

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