Html Css Color HEX #21012F Blackcurrant

📋 copy color: '#21012F'

red 33 ◦ green 1 ◦ blue 47

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

Shades of Blackcurrant #21012F

Tints of Blackcurrant #21012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 58.02%

R = 40.74%
G = 1.23%
B = 58.02%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#21012F (or 0x21012F) is known color: Blackcurrant. HEX triplet: 21, 01 and 2F. RGB value is (33,1,47). Sum of RGB (Red+Green+Blue) = 33+1+47=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #21012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21012F is #DEFED0. Grayscale: #0F0F0F. Windows color (decimal): -14614225 or 3080481. OLE color: 3080481.

HSL color Cylindrical-coordinate representation of color #21012F: hue angle of 281.74º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21012F is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 33 1 47 -
CMYK 0.30 0.98 0 0.82
HSL 281.74º 0.96% 0.09% -
HSV(B) 281.74º 0.98% 0.18% -
XYZ 1.15 0.55 2.73 -
YUV 15.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 33 1 47 0.30 0.98 0 0.82 281.74 0.96 0.09
Hex 21 1 2F 1E 62 0 52 11A 60 9
Octal 41 1 57 36 142 0 122 432 140 11
Binary 100001 1 101111 11110 1100010 0 1010010 100011010 1100000 1001

Color Harmonies of #21012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21012F

Black with #21012F

Text Example


Text Example

White with #21012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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