Html Css Color HEX #220335 Blackcurrant

📋 copy color: '#220335'

red 34 ◦ green 3 ◦ blue 53

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

Shades of Blackcurrant #220335

Tints of Blackcurrant #220335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.33%

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

R = 37.78%
G = 3.33%
B = 58.89%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#220335 (or 0x220335) is known color: Blackcurrant. HEX triplet: 22, 03 and 35. RGB value is (34,3,53). Sum of RGB (Red+Green+Blue) = 34+3+53=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 53 (21.09% from 255 or 58.89% from 90); Max value from RGB is 53 - color contains mainly: blue. Hex color #220335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220335 is #DDFCCA. Grayscale: #111111. Windows color (decimal): -14548171 or 3474210. OLE color: 3474210.

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

Color convert

RGB 34 3 53 -
CMYK 0.36 0.94 0 0.79
HSL 277.2º 0.89% 0.11% -
HSV(B) 277.2º 0.94% 0.21% -
XYZ 1.33 0.66 3.43 -
YUV 17.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 34 3 53 0.36 0.94 0 0.79 277.2 0.89 0.11
Hex 22 3 35 24 5E 0 4F 115 59 B
Octal 42 3 65 44 136 0 117 425 131 13
Binary 100010 11 110101 100100 1011110 0 1001111 100010101 1011001 1011

Color Harmonies of #220335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220335

Black with #220335

Text Example


Text Example

White with #220335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220335; }

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

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

background-color css

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

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

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

border-color css

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

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

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