Html Css Color HEX #220035 Blackcurrant

📋 copy color: '#220035'

red 34 ◦ green 0 ◦ blue 53

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

Shades of Blackcurrant #220035

Tints of Blackcurrant #220035

RGB

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

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

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

R = 39.08%
G = 0%
B = 60.92%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#220035 (or 0x220035) is known color: Blackcurrant. HEX triplet: 22, 00 and 35. RGB value is (34,0,53). Sum of RGB (Red+Green+Blue) = 34+0+53=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 53 (21.09% from 255 or 60.92% from 87); Max value from RGB is 53 - color contains mainly: blue. Hex color #220035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220035 is #DDFFCA. Grayscale: #101010. Windows color (decimal): -14548939 or 3473442. OLE color: 3473442.

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

Color convert

RGB 34 0 53 -
CMYK 0.36 1 0 0.79
HSL 278.49º 1% 0.1% -
HSV(B) 278.49º 1% 0.21% -
XYZ 1.3 0.6 3.41 -
YUV 16.21 148.76 140.69 -
System Red Green Blue C M Y K H S L
Decimal 34 0 53 0.36 1 0 0.79 278.49 1 0.1
Hex 22 0 35 24 64 0 4F 116 64 A
Octal 42 0 65 44 144 0 117 426 144 12
Binary 100010 0 110101 100100 1100100 0 1001111 100010110 1100100 1010

Color Harmonies of #220035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220035

Black with #220035

Text Example


Text Example

White with #220035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220035; }

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

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

background-color css

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

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

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

border-color css

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

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

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