Html Css Color HEX #220139 Blackcurrant

📋 copy color: '#220139'

red 34 ◦ green 1 ◦ blue 57

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

Shades of Blackcurrant #220139

Tints of Blackcurrant #220139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 61.96%

R = 36.96%
G = 1.09%
B = 61.96%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#220139 (or 0x220139) is known color: Blackcurrant. HEX triplet: 22, 01 and 39. RGB value is (34,1,57). Sum of RGB (Red+Green+Blue) = 34+1+57=92 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.96% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 57 (22.66% from 255 or 61.96% from 92); Max value from RGB is 57 - color contains mainly: blue. Hex color #220139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220139 is #DDFEC6. Grayscale: #111111. Windows color (decimal): -14548679 or 3735842. OLE color: 3735842.

HSL color Cylindrical-coordinate representation of color #220139: hue angle of 275.36º degrees, saturation: 0.97, 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 #220139 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 34 1 57 -
CMYK 0.40 0.98 0 0.78
HSL 275.36º 0.97% 0.11% -
HSV(B) 275.36º 0.98% 0.22% -
XYZ 1.41 0.66 3.92 -
YUV 17.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 34 1 57 0.40 0.98 0 0.78 275.36 0.97 0.11
Hex 22 1 39 28 62 0 4E 113 61 B
Octal 42 1 71 50 142 0 116 423 141 13
Binary 100010 1 111001 101000 1100010 0 1001110 100010011 1100001 1011

Color Harmonies of #220139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220139

Black with #220139

Text Example


Text Example

White with #220139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220139; }

 p { color: rgb(34,1,57); }

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

background-color css

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

 a { background-color: rgb(34,1,57); }

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

border-color css

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

 span { border-color: rgb(34,1,57); }

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