Html Css Color HEX #211325 Blackcurrant

📋 copy color: '#211325'

red 33 ◦ green 19 ◦ blue 37

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

Shades of Blackcurrant #211325

Tints of Blackcurrant #211325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

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

R = 37.08%
G = 21.35%
B = 41.57%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211325 (or 0x211325) is known color: Blackcurrant. HEX triplet: 21, 13 and 25. RGB value is (33,19,37). Sum of RGB (Red+Green+Blue) = 33+19+37=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 37 - color contains mainly: blue. Hex color #211325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211325 is #DEECDA. Grayscale: #191919. Windows color (decimal): -14609627 or 2429729. OLE color: 2429729.

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

Color convert

RGB 33 19 37 -
CMYK 0.11 0.49 0 0.85
HSL 286.67º 0.32% 0.11% -
HSV(B) 286.67º 0.49% 0.15% -
XYZ 1.19 0.92 1.87 -
YUV 25.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 33 19 37 0.11 0.49 0 0.85 286.67 0.32 0.11
Hex 21 13 25 B 31 0 55 11F 20 B
Octal 41 23 45 13 61 0 125 437 40 13
Binary 100001 10011 100101 1011 110001 0 1010101 100011111 100000 1011

Color Harmonies of #211325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211325

Black with #211325

Text Example


Text Example

White with #211325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211325; }

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

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

background-color css

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

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

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

border-color css

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

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

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