Html Css Color HEX #211727 Blackcurrant

📋 copy color: '#211727'

red 33 ◦ green 23 ◦ blue 39

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

Shades of Blackcurrant #211727

Tints of Blackcurrant #211727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.21%

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

R = 34.74%
G = 24.21%
B = 41.05%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211727 (or 0x211727) is known color: Blackcurrant. HEX triplet: 21, 17 and 27. RGB value is (33,23,39). Sum of RGB (Red+Green+Blue) = 33+23+39=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: blue. Hex color #211727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211727 is #DEE8D8. Grayscale: #1B1B1B. Windows color (decimal): -14608601 or 2561825. OLE color: 2561825.

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

Color convert

RGB 33 23 39 -
CMYK 0.15 0.41 0 0.85
HSL 277.5º 0.26% 0.12% -
HSV(B) 277.5º 0.41% 0.15% -
XYZ 1.3 1.08 2.06 -
YUV 27.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 33 23 39 0.15 0.41 0 0.85 277.5 0.26 0.12
Hex 21 17 27 F 29 0 55 116 1A C
Octal 41 27 47 17 51 0 125 426 32 14
Binary 100001 10111 100111 1111 101001 0 1010101 100010110 11010 1100

Color Harmonies of #211727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211727

Black with #211727

Text Example


Text Example

White with #211727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211727; }

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

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

background-color css

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

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

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

border-color css

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

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

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