Html Css Color HEX #211A25 Blackcurrant

📋 copy color: '#211A25'

red 33 ◦ green 26 ◦ blue 37

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

Shades of Blackcurrant #211A25

Tints of Blackcurrant #211A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.08%

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

R = 34.38%
G = 27.08%
B = 38.54%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211A25 (or 0x211A25) is known color: Blackcurrant. HEX triplet: 21, 1A and 25. RGB value is (33,26,37). Sum of RGB (Red+Green+Blue) = 33+26+37=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 37 - color contains mainly: blue. Hex color #211A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A25 is #DEE5DA. Grayscale: #1D1D1D. Windows color (decimal): -14607835 or 2431521. OLE color: 2431521.

HSL color Cylindrical-coordinate representation of color #211A25: hue angle of 278.18º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #211A25 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 26 37 -
CMYK 0.11 0.30 0 0.85
HSL 278.18º 0.17% 0.12% -
HSV(B) 278.18º 0.3% 0.15% -
XYZ 1.33 1.2 1.91 -
YUV 29.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 33 26 37 0.11 0.30 0 0.85 278.18 0.17 0.12
Hex 21 1A 25 B 1E 0 55 116 11 C
Octal 41 32 45 13 36 0 125 426 21 14
Binary 100001 11010 100101 1011 11110 0 1010101 100010110 10001 1100

Color Harmonies of #211A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A25

Black with #211A25

Text Example


Text Example

White with #211A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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