Html Css Color HEX #160E1B Blackcurrant

📋 copy color: '#160E1B'

red 22 ◦ green 14 ◦ blue 27

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

Shades of Blackcurrant #160E1B

Tints of Blackcurrant #160E1B

RGB

 RED value IS 22 (8.98% from 255) = 34.92%

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

 BLUE value IS 27 (10.94% from 255) = 42.86%

R = 34.92%
G = 22.22%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#160E1B (or 0x160E1B) is known color: Blackcurrant. HEX triplet: 16, 0E and 1B. RGB value is (22,14,27). Sum of RGB (Red+Green+Blue) = 22+14+27=63 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.92% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 27 - color contains mainly: blue. Hex color #160E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160E1B is #E9F1E4. Grayscale: #111111. Windows color (decimal): -15331813 or 1773078. OLE color: 1773078.

HSL color Cylindrical-coordinate representation of color #160E1B: hue angle of 276.92º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #160E1B is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 22 14 27 -
CMYK 0.19 0.48 0 0.89
HSL 276.92º 0.32% 0.08% -
HSV(B) 276.92º 0.48% 0.11% -
XYZ 0.69 0.56 1.11 -
YUV 17.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 22 14 27 0.19 0.48 0 0.89 276.92 0.32 0.08
Hex 16 E 1B 13 30 0 59 115 20 8
Octal 26 16 33 23 60 0 131 425 40 10
Binary 10110 1110 11011 10011 110000 0 1011001 100010101 100000 1000

Color Harmonies of #160E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160E1B

Black with #160E1B

Text Example


Text Example

White with #160E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160E1B; }

 p { color: rgb(22,14,27); }

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

background-color css

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

 a { background-color: rgb(22,14,27); }

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

border-color css

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

 span { border-color: rgb(22,14,27); }

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