Html Css Color HEX #1B181F Blackcurrant

📋 copy color: '#1B181F'

red 27 ◦ green 24 ◦ blue 31

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

Shades of Blackcurrant #1B181F

Tints of Blackcurrant #1B181F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 37.8%

R = 32.93%
G = 29.27%
B = 37.8%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1B181F (or 0x1B181F) is known color: Blackcurrant. HEX triplet: 1B, 18 and 1F. RGB value is (27,24,31). Sum of RGB (Red+Green+Blue) = 27+24+31=82 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.93% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B181F is #E4E7E0. Grayscale: #191919. Windows color (decimal): -15001569 or 2037787. OLE color: 2037787.

HSL color Cylindrical-coordinate representation of color #1B181F: hue angle of 265.71º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1B181F is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 27 24 31 -
CMYK 0.13 0.23 0 0.88
HSL 265.71º 0.13% 0.11% -
HSV(B) 265.71º 0.23% 0.12% -
XYZ 1.03 0.99 1.43 -
YUV 25.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 27 24 31 0.13 0.23 0 0.88 265.71 0.13 0.11
Hex 1B 18 1F D 17 0 58 10A D B
Octal 33 30 37 15 27 0 130 412 15 13
Binary 11011 11000 11111 1101 10111 0 1011000 100001010 1101 1011

Color Harmonies of #1B181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B181F

Black with #1B181F

Text Example


Text Example

White with #1B181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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