Html Css Color HEX #211037 Blackcurrant

📋 copy color: '#211037'

red 33 ◦ green 16 ◦ blue 55

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

Shades of Blackcurrant #211037

Tints of Blackcurrant #211037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.38%

 BLUE value IS 55 (21.88% from 255) = 52.88%

R = 31.73%
G = 15.38%
B = 52.88%

CMYK

 C value IS 0.4

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#211037 (or 0x211037) is known color: Blackcurrant. HEX triplet: 21, 10 and 37. RGB value is (33,16,55). Sum of RGB (Red+Green+Blue) = 33+16+55=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #211037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211037 is #DEEFC8. Grayscale: #191919. Windows color (decimal): -14610377 or 3608609. OLE color: 3608609.

HSL color Cylindrical-coordinate representation of color #211037: hue angle of 266.15º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #211037 is Cyan = 0.4, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 16 55 -
CMYK 0.4 0.71 0 0.78
HSL 266.15º 0.55% 0.14% -
HSV(B) 266.15º 0.71% 0.22% -
XYZ 1.5 0.97 3.72 -
YUV 25.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 33 16 55 0.4 0.71 0 0.78 266.15 0.55 0.14
Hex 21 10 37 28 47 0 4E 10A 37 E
Octal 41 20 67 50 107 0 116 412 67 16
Binary 100001 10000 110111 101000 1000111 0 1001110 100001010 110111 1110

Color Harmonies of #211037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211037

Black with #211037

Text Example


Text Example

White with #211037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211037; }

 p { color: rgb(33,16,55); }

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

background-color css

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

 a { background-color: rgb(33,16,55); }

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

border-color css

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

 span { border-color: rgb(33,16,55); }

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