Html Css Color HEX #220741 Blackcurrant

📋 copy color: '#220741'

red 34 ◦ green 7 ◦ blue 65

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

Shades of Blackcurrant #220741

Tints of Blackcurrant #220741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 61.32%

R = 32.08%
G = 6.6%
B = 61.32%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#220741 (or 0x220741) is known color: Blackcurrant. HEX triplet: 22, 07 and 41. RGB value is (34,7,65). Sum of RGB (Red+Green+Blue) = 34+7+65=106 (14% of max value = 765). Red value is 34 (13.67% from 255 or 32.08% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #220741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220741 is #DDF8BE. Grayscale: #151515. Windows color (decimal): -14547135 or 4261666. OLE color: 4261666.

HSL color Cylindrical-coordinate representation of color #220741: hue angle of 267.93º degrees, saturation: 0.81, 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 #220741 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 7 65 -
CMYK 0.48 0.89 0 0.75
HSL 267.93º 0.81% 0.14% -
HSV(B) 267.93º 0.89% 0.25% -
XYZ 1.69 0.87 5.08 -
YUV 21.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 34 7 65 0.48 0.89 0 0.75 267.93 0.81 0.14
Hex 22 7 41 30 59 0 4B 10C 51 E
Octal 42 7 101 60 131 0 113 414 121 16
Binary 100010 111 1000001 110000 1011001 0 1001011 100001100 1010001 1110

Color Harmonies of #220741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220741

Black with #220741

Text Example


Text Example

White with #220741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220741; }

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

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

background-color css

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

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

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

border-color css

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

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

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