Html Css Color HEX #211825 Blackcurrant

📋 copy color: '#211825'

red 33 ◦ green 24 ◦ blue 37

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

Shades of Blackcurrant #211825

Tints of Blackcurrant #211825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.53%

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

R = 35.11%
G = 25.53%
B = 39.36%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211825 (or 0x211825) is known color: Blackcurrant. HEX triplet: 21, 18 and 25. RGB value is (33,24,37). Sum of RGB (Red+Green+Blue) = 33+24+37=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 37 - color contains mainly: blue. Hex color #211825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211825 is #DEE7DA. Grayscale: #1C1C1C. Windows color (decimal): -14608347 or 2431009. OLE color: 2431009.

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

Color convert

RGB 33 24 37 -
CMYK 0.11 0.35 0 0.85
HSL 281.54º 0.21% 0.12% -
HSV(B) 281.54º 0.35% 0.15% -
XYZ 1.29 1.11 1.9 -
YUV 28.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 33 24 37 0.11 0.35 0 0.85 281.54 0.21 0.12
Hex 21 18 25 B 23 0 55 11A 15 C
Octal 41 30 45 13 43 0 125 432 25 14
Binary 100001 11000 100101 1011 100011 0 1010101 100011010 10101 1100

Color Harmonies of #211825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211825

Black with #211825

Text Example


Text Example

White with #211825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211825; }

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

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

background-color css

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

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

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

border-color css

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

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

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