Html Css Color HEX #211927 Blackcurrant

📋 copy color: '#211927'

red 33 ◦ green 25 ◦ blue 39

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

Shades of Blackcurrant #211927

Tints of Blackcurrant #211927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.77%

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

R = 34.02%
G = 25.77%
B = 40.21%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211927 (or 0x211927) is known color: Blackcurrant. HEX triplet: 21, 19 and 27. RGB value is (33,25,39). Sum of RGB (Red+Green+Blue) = 33+25+39=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 39 - color contains mainly: blue. Hex color #211927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211927 is #DEE6D8. Grayscale: #1C1C1C. Windows color (decimal): -14608089 or 2562337. OLE color: 2562337.

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

Color convert

RGB 33 25 39 -
CMYK 0.15 0.36 0 0.85
HSL 274.29º 0.22% 0.13% -
HSV(B) 274.29º 0.36% 0.15% -
XYZ 1.34 1.17 2.07 -
YUV 28.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 33 25 39 0.15 0.36 0 0.85 274.29 0.22 0.13
Hex 21 19 27 F 24 0 55 112 16 D
Octal 41 31 47 17 44 0 125 422 26 15
Binary 100001 11001 100111 1111 100100 0 1010101 100010010 10110 1101

Color Harmonies of #211927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211927

Black with #211927

Text Example


Text Example

White with #211927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211927; }

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

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

background-color css

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

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

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

border-color css

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

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

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