Html Css Color HEX #220037 Blackcurrant

📋 copy color: '#220037'

red 34 ◦ green 0 ◦ blue 55

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

Shades of Blackcurrant #220037

Tints of Blackcurrant #220037

RGB

 RED value IS 34 (13.67% from 255) = 38.2%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.2%
G = 0%
B = 61.8%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#220037 (or 0x220037) is known color: Blackcurrant. HEX triplet: 22, 00 and 37. RGB value is (34,0,55). Sum of RGB (Red+Green+Blue) = 34+0+55=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 0 (0.39% from 255 or 0% 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 #220037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220037 is #DDFFC8. Grayscale: #101010. Windows color (decimal): -14548937 or 3604514. OLE color: 3604514.

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

Color convert

RGB 34 0 55 -
CMYK 0.38 1 0 0.78
HSL 277.09º 1% 0.11% -
HSV(B) 277.09º 1% 0.22% -
XYZ 1.35 0.62 3.66 -
YUV 16.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 34 0 55 0.38 1 0 0.78 277.09 1 0.11
Hex 22 0 37 26 64 0 4E 115 64 B
Octal 42 0 67 46 144 0 116 425 144 13
Binary 100010 0 110111 100110 1100100 0 1001110 100010101 1100100 1011

Color Harmonies of #220037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220037

Black with #220037

Text Example


Text Example

White with #220037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220037; }

 p { color: rgb(34,0,55); }

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

background-color css

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

 a { background-color: rgb(34,0,55); }

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

border-color css

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

 span { border-color: rgb(34,0,55); }

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