Html Css Color HEX #220A28 Blackcurrant

📋 copy color: '#220A28'

red 34 ◦ green 10 ◦ blue 40

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

Shades of Blackcurrant #220A28

Tints of Blackcurrant #220A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.9%

 BLUE value IS 40 (16.02% from 255) = 47.62%

R = 40.48%
G = 11.9%
B = 47.62%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#220A28 (or 0x220A28) is known color: Blackcurrant. HEX triplet: 22, 0A and 28. RGB value is (34,10,40). Sum of RGB (Red+Green+Blue) = 34+10+40=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #220A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220A28 is #DDF5D7. Grayscale: #141414. Windows color (decimal): -14546392 or 2624034. OLE color: 2624034.

HSL color Cylindrical-coordinate representation of color #220A28: hue angle of 288º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #220A28 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 34 10 40 -
CMYK 0.15 0.75 0 0.84
HSL 288º 0.6% 0.1% -
HSV(B) 288º 0.75% 0.16% -
XYZ 1.15 0.71 2.08 -
YUV 20.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 34 10 40 0.15 0.75 0 0.84 288 0.6 0.1
Hex 22 A 28 F 4B 0 54 120 3C A
Octal 42 12 50 17 113 0 124 440 74 12
Binary 100010 1010 101000 1111 1001011 0 1010100 100100000 111100 1010

Color Harmonies of #220A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220A28

Black with #220A28

Text Example


Text Example

White with #220A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,10,40); }

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

background-color css

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

 a { background-color: rgb(34,10,40); }

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

border-color css

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

 span { border-color: rgb(34,10,40); }

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