Html Css Color HEX #220D28 Blackcurrant

📋 copy color: '#220D28'

red 34 ◦ green 13 ◦ blue 40

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

Shades of Blackcurrant #220D28

Tints of Blackcurrant #220D28

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.94%

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

R = 39.08%
G = 14.94%
B = 45.98%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#220D28 (or 0x220D28) is known color: Blackcurrant. HEX triplet: 22, 0D and 28. RGB value is (34,13,40). Sum of RGB (Red+Green+Blue) = 34+13+40=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 13 (5.47% from 255 or 14.94% from 87); Blue value is 40 (16.02% from 255 or 45.98% from 87); Max value from RGB is 40 - color contains mainly: blue. Hex color #220D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220D28 is #DDF2D7. Grayscale: #161616. Windows color (decimal): -14545624 or 2624802. OLE color: 2624802.

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

Color convert

RGB 34 13 40 -
CMYK 0.15 0.67 0 0.84
HSL 286.67º 0.51% 0.1% -
HSV(B) 286.67º 0.68% 0.16% -
XYZ 1.19 0.78 2.1 -
YUV 22.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 34 13 40 0.15 0.67 0 0.84 286.67 0.51 0.1
Hex 22 D 28 F 43 0 54 11F 33 A
Octal 42 15 50 17 103 0 124 437 63 12
Binary 100010 1101 101000 1111 1000011 0 1010100 100011111 110011 1010

Color Harmonies of #220D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220D28

Black with #220D28

Text Example


Text Example

White with #220D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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