Html Css Color HEX #1B161D Blackcurrant

📋 copy color: '#1B161D'

red 27 ◦ green 22 ◦ blue 29

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

Shades of Blackcurrant #1B161D

Tints of Blackcurrant #1B161D

RGB

 RED value IS 27 (10.94% from 255) = 34.62%

 GREEN value IS 22 (8.98% from 255) = 28.21%

 BLUE value IS 29 (11.72% from 255) = 37.18%

R = 34.62%
G = 28.21%
B = 37.18%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B161D (or 0x1B161D) is known color: Blackcurrant. HEX triplet: 1B, 16 and 1D. RGB value is (27,22,29). Sum of RGB (Red+Green+Blue) = 27+22+29=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B161D is #E4E9E2. Grayscale: #181818. Windows color (decimal): -15002083 or 1906203. OLE color: 1906203.

HSL color Cylindrical-coordinate representation of color #1B161D: hue angle of 282.86º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1B161D is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 22 29 -
CMYK 0.07 0.24 0 0.89
HSL 282.86º 0.14% 0.1% -
HSV(B) 282.86º 0.24% 0.11% -
XYZ 0.96 0.9 1.28 -
YUV 24.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 27 22 29 0.07 0.24 0 0.89 282.86 0.14 0.1
Hex 1B 16 1D 7 18 0 59 11B E A
Octal 33 26 35 7 30 0 131 433 16 12
Binary 11011 10110 11101 111 11000 0 1011001 100011011 1110 1010

Color Harmonies of #1B161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B161D

Black with #1B161D

Text Example


Text Example

White with #1B161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B161D; }

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

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

background-color css

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

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

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

border-color css

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

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

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