Html Css Color HEX #220740 Blackcurrant

📋 copy color: '#220740'

red 34 ◦ green 7 ◦ blue 64

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

Shades of Blackcurrant #220740

Tints of Blackcurrant #220740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.67%

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

R = 32.38%
G = 6.67%
B = 60.95%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#220740 (or 0x220740) is known color: Blackcurrant. HEX triplet: 22, 07 and 40. RGB value is (34,7,64). Sum of RGB (Red+Green+Blue) = 34+7+64=105 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.38% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #220740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220740 is #DDF8BF. Grayscale: #151515. Windows color (decimal): -14547136 or 4196130. OLE color: 4196130.

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

Color convert

RGB 34 7 64 -
CMYK 0.47 0.89 0 0.75
HSL 268.42º 0.8% 0.14% -
HSV(B) 268.42º 0.89% 0.25% -
XYZ 1.66 0.86 4.93 -
YUV 21.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 34 7 64 0.47 0.89 0 0.75 268.42 0.8 0.14
Hex 22 7 40 2F 59 0 4B 10C 50 E
Octal 42 7 100 57 131 0 113 414 120 16
Binary 100010 111 1000000 101111 1011001 0 1001011 100001100 1010000 1110

Color Harmonies of #220740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220740

Black with #220740

Text Example


Text Example

White with #220740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220740; }

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

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

background-color css

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

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

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

border-color css

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

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

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