Html Css Color HEX #160B1B Blackcurrant

📋 copy color: '#160B1B'

red 22 ◦ green 11 ◦ blue 27

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

Shades of Blackcurrant #160B1B

Tints of Blackcurrant #160B1B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 18.33%

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

R = 36.67%
G = 18.33%
B = 45%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#160B1B (or 0x160B1B) is known color: Blackcurrant. HEX triplet: 16, 0B and 1B. RGB value is (22,11,27). Sum of RGB (Red+Green+Blue) = 22+11+27=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 27 - color contains mainly: blue. Hex color #160B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160B1B is #E9F4E4. Grayscale: #101010. Windows color (decimal): -15332581 or 1772310. OLE color: 1772310.

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

Color convert

RGB 22 11 27 -
CMYK 0.19 0.59 0 0.89
HSL 281.25º 0.42% 0.07% -
HSV(B) 281.25º 0.59% 0.11% -
XYZ 0.65 0.49 1.1 -
YUV 16.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 22 11 27 0.19 0.59 0 0.89 281.25 0.42 0.07
Hex 16 B 1B 13 3B 0 59 119 2A 7
Octal 26 13 33 23 73 0 131 431 52 7
Binary 10110 1011 11011 10011 111011 0 1011001 100011001 101010 111

Color Harmonies of #160B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160B1B

Black with #160B1B

Text Example


Text Example

White with #160B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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