Html Css Color HEX #18181F Black Russian

📋 copy color: '#18181F'

red 24 ◦ green 24 ◦ blue 31

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

Shades of Black Russian #18181F

Tints of Black Russian #18181F

RGB

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

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

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

R = 30.38%
G = 30.38%
B = 39.24%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18181F (or 0x18181F) is known color: Black Russian. HEX triplet: 18, 18 and 1F. RGB value is (24,24,31). Sum of RGB (Red+Green+Blue) = 24+24+31=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 31 - color contains mainly: blue. Hex color #18181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18181F is #E7E7E0. Grayscale: #181818. Windows color (decimal): -15198177 or 2037784. OLE color: 2037784.

HSL color Cylindrical-coordinate representation of color #18181F: hue angle of 240º 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 #18181F is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 24 24 31 -
CMYK 0.23 0.23 0 0.88
HSL 240º 0.13% 0.11% -
HSV(B) 240º 0.23% 0.12% -
XYZ 0.95 0.95 1.43 -
YUV 24.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 24 24 31 0.23 0.23 0 0.88 240 0.13 0.11
Hex 18 18 1F 17 17 0 58 F0 D B
Octal 30 30 37 27 27 0 130 360 15 13
Binary 11000 11000 11111 10111 10111 0 1011000 11110000 1101 1011

Color Harmonies of #18181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18181F

Black with #18181F

Text Example


Text Example

White with #18181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18181F; }

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

 H1.HeaderClassName
 {
   color: #18181F;
 }
 .AnyTagClassName
 {
   color: #18181F;
 }
</style>

background-color css

<style>
 a { background-color: #18181F; }

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

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

border-color css

<style>
 span { border-color: #18181F; }

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

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