Html Css Color HEX #211925 Blackcurrant

📋 copy color: '#211925'

red 33 ◦ green 25 ◦ blue 37

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

Shades of Blackcurrant #211925

Tints of Blackcurrant #211925

RGB

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

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

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

R = 34.74%
G = 26.32%
B = 38.95%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211925 (or 0x211925) is known color: Blackcurrant. HEX triplet: 21, 19 and 25. RGB value is (33,25,37). Sum of RGB (Red+Green+Blue) = 33+25+37=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 37 - color contains mainly: blue. Hex color #211925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211925 is #DEE6DA. Grayscale: #1C1C1C. Windows color (decimal): -14608091 or 2431265. OLE color: 2431265.

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

Color convert

RGB 33 25 37 -
CMYK 0.11 0.32 0 0.85
HSL 280º 0.19% 0.12% -
HSV(B) 280º 0.32% 0.15% -
XYZ 1.31 1.15 1.9 -
YUV 28.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 33 25 37 0.11 0.32 0 0.85 280 0.19 0.12
Hex 21 19 25 B 20 0 55 118 13 C
Octal 41 31 45 13 40 0 125 430 23 14
Binary 100001 11001 100101 1011 100000 0 1010101 100011000 10011 1100

Color Harmonies of #211925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211925

Black with #211925

Text Example


Text Example

White with #211925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211925; }

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

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

background-color css

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

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

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

border-color css

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

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

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