Html Css Color HEX #210937 Blackcurrant

📋 copy color: '#210937'

red 33 ◦ green 9 ◦ blue 55

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

Shades of Blackcurrant #210937

Tints of Blackcurrant #210937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.28%

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

R = 34.02%
G = 9.28%
B = 56.7%

CMYK

 C value IS 0.4

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#210937 (or 0x210937) is known color: Blackcurrant. HEX triplet: 21, 09 and 37. RGB value is (33,9,55). Sum of RGB (Red+Green+Blue) = 33+9+55=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 55 (21.88% from 255 or 56.70% from 97); Max value from RGB is 55 - color contains mainly: blue. Hex color #210937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210937 is #DEF6C8. Grayscale: #151515. Windows color (decimal): -14612169 or 3606817. OLE color: 3606817.

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

Color convert

RGB 33 9 55 -
CMYK 0.4 0.84 0 0.78
HSL 271.3º 0.72% 0.13% -
HSV(B) 271.3º 0.84% 0.22% -
XYZ 1.41 0.79 3.69 -
YUV 21.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 33 9 55 0.4 0.84 0 0.78 271.3 0.72 0.13
Hex 21 9 37 28 54 0 4E 10F 48 D
Octal 41 11 67 50 124 0 116 417 110 15
Binary 100001 1001 110111 101000 1010100 0 1001110 100001111 1001000 1101

Color Harmonies of #210937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210937

Black with #210937

Text Example


Text Example

White with #210937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210937; }

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

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

background-color css

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

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

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

border-color css

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

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

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