Html Css Color HEX #1B181C Blackcurrant

📋 copy color: '#1B181C'

red 27 ◦ green 24 ◦ blue 28

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

Shades of Blackcurrant #1B181C

Tints of Blackcurrant #1B181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.38%

 BLUE value IS 28 (11.33% from 255) = 35.44%

R = 34.18%
G = 30.38%
B = 35.44%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B181C (or 0x1B181C) is known color: Blackcurrant. HEX triplet: 1B, 18 and 1C. RGB value is (27,24,28). Sum of RGB (Red+Green+Blue) = 27+24+28=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B181C is #E4E7E3. Grayscale: #191919. Windows color (decimal): -15001572 or 1841179. OLE color: 1841179.

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

Color convert

RGB 27 24 28 -
CMYK 0.04 0.14 0 0.89
HSL 285º 0.08% 0.1% -
HSV(B) 285º 0.14% 0.11% -
XYZ 0.99 0.97 1.23 -
YUV 25.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 27 24 28 0.04 0.14 0 0.89 285 0.08 0.1
Hex 1B 18 1C 4 E 0 59 11D 8 A
Octal 33 30 34 4 16 0 131 435 10 12
Binary 11011 11000 11100 100 1110 0 1011001 100011101 1000 1010

Color Harmonies of #1B181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B181C

Black with #1B181C

Text Example


Text Example

White with #1B181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,24,28); }

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

background-color css

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

 a { background-color: rgb(27,24,28); }

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

border-color css

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

 span { border-color: rgb(27,24,28); }

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