Html Css Color HEX #211625 Blackcurrant

📋 copy color: '#211625'

red 33 ◦ green 22 ◦ blue 37

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

Shades of Blackcurrant #211625

Tints of Blackcurrant #211625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.91%

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

R = 35.87%
G = 23.91%
B = 40.22%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211625 (or 0x211625) is known color: Blackcurrant. HEX triplet: 21, 16 and 25. RGB value is (33,22,37). Sum of RGB (Red+Green+Blue) = 33+22+37=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #211625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211625 is #DEE9DA. Grayscale: #1A1A1A. Windows color (decimal): -14608859 or 2430497. OLE color: 2430497.

HSL color Cylindrical-coordinate representation of color #211625: hue angle of 284º degrees, saturation: 0.25, 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 #211625 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 22 37 -
CMYK 0.11 0.41 0 0.85
HSL 284º 0.25% 0.12% -
HSV(B) 284º 0.41% 0.15% -
XYZ 1.25 1.03 1.88 -
YUV 27 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 33 22 37 0.11 0.41 0 0.85 284 0.25 0.12
Hex 21 16 25 B 29 0 55 11C 19 C
Octal 41 26 45 13 51 0 125 434 31 14
Binary 100001 10110 100101 1011 101001 0 1010101 100011100 11001 1100

Color Harmonies of #211625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211625

Black with #211625

Text Example


Text Example

White with #211625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211625; }

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

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

background-color css

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

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

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

border-color css

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

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

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