Html Css Color HEX #220235 Blackcurrant

📋 copy color: '#220235'

red 34 ◦ green 2 ◦ blue 53

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

Shades of Blackcurrant #220235

Tints of Blackcurrant #220235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.25%

 BLUE value IS 53 (21.09% from 255) = 59.55%

R = 38.2%
G = 2.25%
B = 59.55%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#220235 (or 0x220235) is known color: Blackcurrant. HEX triplet: 22, 02 and 35. RGB value is (34,2,53). Sum of RGB (Red+Green+Blue) = 34+2+53=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #220235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220235 is #DDFDCA. Grayscale: #111111. Windows color (decimal): -14548427 or 3473954. OLE color: 3473954.

HSL color Cylindrical-coordinate representation of color #220235: hue angle of 277.65º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220235 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 34 2 53 -
CMYK 0.36 0.96 0 0.79
HSL 277.65º 0.93% 0.11% -
HSV(B) 277.65º 0.96% 0.21% -
XYZ 1.32 0.64 3.42 -
YUV 17.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 34 2 53 0.36 0.96 0 0.79 277.65 0.93 0.11
Hex 22 2 35 24 60 0 4F 116 5D B
Octal 42 2 65 44 140 0 117 426 135 13
Binary 100010 10 110101 100100 1100000 0 1001111 100010110 1011101 1011

Color Harmonies of #220235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220235

Black with #220235

Text Example


Text Example

White with #220235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220235; }

 p { color: rgb(34,2,53); }

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

background-color css

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

 a { background-color: rgb(34,2,53); }

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

border-color css

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

 span { border-color: rgb(34,2,53); }

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