Html Css Color HEX #220E3B Blackcurrant

📋 copy color: '#220E3B'

red 34 ◦ green 14 ◦ blue 59

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

Shades of Blackcurrant #220E3B

Tints of Blackcurrant #220E3B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.08%

 BLUE value IS 59 (23.44% from 255) = 55.14%

R = 31.78%
G = 13.08%
B = 55.14%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#220E3B (or 0x220E3B) is known color: Blackcurrant. HEX triplet: 22, 0E and 3B. RGB value is (34,14,59). Sum of RGB (Red+Green+Blue) = 34+14+59=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 59 (23.44% from 255 or 55.14% from 107); Max value from RGB is 59 - color contains mainly: blue. Hex color #220E3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220E3B is #DDF1C4. Grayscale: #181818. Windows color (decimal): -14545349 or 3870242. OLE color: 3870242.

HSL color Cylindrical-coordinate representation of color #220E3B: hue angle of 266.67º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #220E3B is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 34 14 59 -
CMYK 0.42 0.76 0 0.77
HSL 266.67º 0.62% 0.14% -
HSV(B) 266.67º 0.76% 0.23% -
XYZ 1.61 0.97 4.24 -
YUV 25.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 34 14 59 0.42 0.76 0 0.77 266.67 0.62 0.14
Hex 22 E 3B 2A 4C 0 4D 10B 3E E
Octal 42 16 73 52 114 0 115 413 76 16
Binary 100010 1110 111011 101010 1001100 0 1001101 100001011 111110 1110

Color Harmonies of #220E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220E3B

Black with #220E3B

Text Example


Text Example

White with #220E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,14,59); }

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

background-color css

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

 a { background-color: rgb(34,14,59); }

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

border-color css

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

 span { border-color: rgb(34,14,59); }

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