Html Css Color HEX #220840 Blackcurrant

📋 copy color: '#220840'

red 34 ◦ green 8 ◦ blue 64

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

Shades of Blackcurrant #220840

Tints of Blackcurrant #220840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.55%

 BLUE value IS 64 (25.39% from 255) = 60.38%

R = 32.08%
G = 7.55%
B = 60.38%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#220840 (or 0x220840) is known color: Blackcurrant. HEX triplet: 22, 08 and 40. RGB value is (34,8,64). Sum of RGB (Red+Green+Blue) = 34+8+64=106 (14% of max value = 765). Red value is 34 (13.67% from 255 or 32.08% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #220840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220840 is #DDF7BF. Grayscale: #151515. Windows color (decimal): -14546880 or 4196386. OLE color: 4196386.

HSL color Cylindrical-coordinate representation of color #220840: hue angle of 267.86º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220840 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 8 64 -
CMYK 0.47 0.87 0 0.75
HSL 267.86º 0.78% 0.14% -
HSV(B) 267.86º 0.88% 0.25% -
XYZ 1.67 0.88 4.93 -
YUV 22.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 34 8 64 0.47 0.87 0 0.75 267.86 0.78 0.14
Hex 22 8 40 2F 57 0 4B 10C 4E E
Octal 42 10 100 57 127 0 113 414 116 16
Binary 100010 1000 1000000 101111 1010111 0 1001011 100001100 1001110 1110

Color Harmonies of #220840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220840

Black with #220840

Text Example


Text Example

White with #220840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220840; }

 p { color: rgb(34,8,64); }

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

background-color css

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

 a { background-color: rgb(34,8,64); }

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

border-color css

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

 span { border-color: rgb(34,8,64); }

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