Html Css Color HEX #211125 Blackcurrant

📋 copy color: '#211125'

red 33 ◦ green 17 ◦ blue 37

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

Shades of Blackcurrant #211125

Tints of Blackcurrant #211125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.54%

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

R = 37.93%
G = 19.54%
B = 42.53%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211125 (or 0x211125) is known color: Blackcurrant. HEX triplet: 21, 11 and 25. RGB value is (33,17,37). Sum of RGB (Red+Green+Blue) = 33+17+37=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #211125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211125 is #DEEEDA. Grayscale: #181818. Windows color (decimal): -14610139 or 2429217. OLE color: 2429217.

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

Color convert

RGB 33 17 37 -
CMYK 0.11 0.54 0 0.85
HSL 288º 0.37% 0.11% -
HSV(B) 288º 0.54% 0.15% -
XYZ 1.16 0.86 1.85 -
YUV 24.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 33 17 37 0.11 0.54 0 0.85 288 0.37 0.11
Hex 21 11 25 B 36 0 55 120 25 B
Octal 41 21 45 13 66 0 125 440 45 13
Binary 100001 10001 100101 1011 110110 0 1010101 100100000 100101 1011

Color Harmonies of #211125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211125

Black with #211125

Text Example


Text Example

White with #211125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211125; }

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

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

background-color css

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

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

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

border-color css

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

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

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