Html Css Color HEX #211326 Blackcurrant

📋 copy color: '#211326'

red 33 ◦ green 19 ◦ blue 38

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

Shades of Blackcurrant #211326

Tints of Blackcurrant #211326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 42.22%

R = 36.67%
G = 21.11%
B = 42.22%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211326 (or 0x211326) is known color: Blackcurrant. HEX triplet: 21, 13 and 26. RGB value is (33,19,38). Sum of RGB (Red+Green+Blue) = 33+19+38=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 38 (15.23% from 255 or 42.22% from 90); Max value from RGB is 38 - color contains mainly: blue. Hex color #211326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211326 is #DEECD9. Grayscale: #191919. Windows color (decimal): -14609626 or 2495265. OLE color: 2495265.

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

Color convert

RGB 33 19 38 -
CMYK 0.13 0.50 0 0.85
HSL 284.21º 0.33% 0.11% -
HSV(B) 284.21º 0.5% 0.15% -
XYZ 1.21 0.93 1.95 -
YUV 25.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 33 19 38 0.13 0.50 0 0.85 284.21 0.33 0.11
Hex 21 13 26 D 32 0 55 11C 21 B
Octal 41 23 46 15 62 0 125 434 41 13
Binary 100001 10011 100110 1101 110010 0 1010101 100011100 100001 1011

Color Harmonies of #211326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211326

Black with #211326

Text Example


Text Example

White with #211326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211326; }

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

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

background-color css

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

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

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

border-color css

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

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

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