Html Css Color HEX #220F35 Blackcurrant

📋 copy color: '#220F35'

red 34 ◦ green 15 ◦ blue 53

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

Shades of Blackcurrant #220F35

Tints of Blackcurrant #220F35

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.71%

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

R = 33.33%
G = 14.71%
B = 51.96%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#220F35 (or 0x220F35) is known color: Blackcurrant. HEX triplet: 22, 0F and 35. RGB value is (34,15,53). Sum of RGB (Red+Green+Blue) = 34+15+53=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 53 (21.09% from 255 or 51.96% from 102); Max value from RGB is 53 - color contains mainly: blue. Hex color #220F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220F35 is #DDF0CA. Grayscale: #181818. Windows color (decimal): -14545099 or 3477282. OLE color: 3477282.

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

Color convert

RGB 34 15 53 -
CMYK 0.36 0.72 0 0.79
HSL 270º 0.56% 0.13% -
HSV(B) 270º 0.72% 0.21% -
XYZ 1.47 0.94 3.47 -
YUV 25.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 34 15 53 0.36 0.72 0 0.79 270 0.56 0.13
Hex 22 F 35 24 48 0 4F 10E 38 D
Octal 42 17 65 44 110 0 117 416 70 15
Binary 100010 1111 110101 100100 1001000 0 1001111 100001110 111000 1101

Color Harmonies of #220F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220F35

Black with #220F35

Text Example


Text Example

White with #220F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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