Html Css Color HEX #211427 Blackcurrant

📋 copy color: '#211427'

red 33 ◦ green 20 ◦ blue 39

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

Shades of Blackcurrant #211427

Tints of Blackcurrant #211427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.74%

 BLUE value IS 39 (15.63% from 255) = 42.39%

R = 35.87%
G = 21.74%
B = 42.39%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211427 (or 0x211427) is known color: Blackcurrant. HEX triplet: 21, 14 and 27. RGB value is (33,20,39). Sum of RGB (Red+Green+Blue) = 33+20+39=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 39 - color contains mainly: blue. Hex color #211427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211427 is #DEEBD8. Grayscale: #191919. Windows color (decimal): -14609369 or 2561057. OLE color: 2561057.

HSL color Cylindrical-coordinate representation of color #211427: hue angle of 281.05º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #211427 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 20 39 -
CMYK 0.15 0.49 0 0.85
HSL 281.05º 0.32% 0.12% -
HSV(B) 281.05º 0.49% 0.15% -
XYZ 1.24 0.97 2.04 -
YUV 26.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 33 20 39 0.15 0.49 0 0.85 281.05 0.32 0.12
Hex 21 14 27 F 31 0 55 119 20 C
Octal 41 24 47 17 61 0 125 431 40 14
Binary 100001 10100 100111 1111 110001 0 1010101 100011001 100000 1100

Color Harmonies of #211427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211427

Black with #211427

Text Example


Text Example

White with #211427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211427; }

 p { color: rgb(33,20,39); }

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

background-color css

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

 a { background-color: rgb(33,20,39); }

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

border-color css

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

 span { border-color: rgb(33,20,39); }

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