Html Css Color HEX #211B25 Blackcurrant

📋 copy color: '#211B25'

red 33 ◦ green 27 ◦ blue 37

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

Shades of Blackcurrant #211B25

Tints of Blackcurrant #211B25

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27.84%

 BLUE value IS 37 (14.84% from 255) = 38.14%

R = 34.02%
G = 27.84%
B = 38.14%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211B25 (or 0x211B25) is known color: Blackcurrant. HEX triplet: 21, 1B and 25. RGB value is (33,27,37). Sum of RGB (Red+Green+Blue) = 33+27+37=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 37 - color contains mainly: blue. Hex color #211B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B25 is #DEE4DA. Grayscale: #1D1D1D. Windows color (decimal): -14607579 or 2431777. OLE color: 2431777.

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

Color convert

RGB 33 27 37 -
CMYK 0.11 0.27 0 0.85
HSL 276º 0.16% 0.13% -
HSV(B) 276º 0.27% 0.15% -
XYZ 1.35 1.24 1.92 -
YUV 29.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 33 27 37 0.11 0.27 0 0.85 276 0.16 0.13
Hex 21 1B 25 B 1B 0 55 114 10 D
Octal 41 33 45 13 33 0 125 424 20 15
Binary 100001 11011 100101 1011 11011 0 1010101 100010100 10000 1101

Color Harmonies of #211B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211B25

Black with #211B25

Text Example


Text Example

White with #211B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211B25; }

 p { color: rgb(33,27,37); }

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

background-color css

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

 a { background-color: rgb(33,27,37); }

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

border-color css

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

 span { border-color: rgb(33,27,37); }

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