Html Css Color HEX #210137 Blackcurrant

📋 copy color: '#210137'

red 33 ◦ green 1 ◦ blue 55

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

Shades of Blackcurrant #210137

Tints of Blackcurrant #210137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.12%

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

R = 37.08%
G = 1.12%
B = 61.8%

CMYK

 C value IS 0.4

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#210137 (or 0x210137) is known color: Blackcurrant. HEX triplet: 21, 01 and 37. RGB value is (33,1,55). Sum of RGB (Red+Green+Blue) = 33+1+55=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 55 (21.88% from 255 or 61.80% from 89); Max value from RGB is 55 - color contains mainly: blue. Hex color #210137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210137 is #DEFEC8. Grayscale: #101010. Windows color (decimal): -14614217 or 3604769. OLE color: 3604769.

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

Color convert

RGB 33 1 55 -
CMYK 0.4 0.98 0 0.78
HSL 275.56º 0.96% 0.11% -
HSV(B) 275.56º 0.98% 0.22% -
XYZ 1.33 0.62 3.66 -
YUV 16.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 33 1 55 0.4 0.98 0 0.78 275.56 0.96 0.11
Hex 21 1 37 28 62 0 4E 114 60 B
Octal 41 1 67 50 142 0 116 424 140 13
Binary 100001 1 110111 101000 1100010 0 1001110 100010100 1100000 1011

Color Harmonies of #210137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210137

Black with #210137

Text Example


Text Example

White with #210137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210137; }

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

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

background-color css

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

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

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

border-color css

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

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

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