Html Css Color HEX #181820 Black Russian

📋 copy color: '#181820'

red 24 ◦ green 24 ◦ blue 32

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

Shades of Black Russian #181820

Tints of Black Russian #181820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 40%

R = 30%
G = 30%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#181820 (or 0x181820) is known color: Black Russian. HEX triplet: 18, 18 and 20. RGB value is (24,24,32). Sum of RGB (Red+Green+Blue) = 24+24+32=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 32 - color contains mainly: blue. Hex color #181820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181820 is #E7E7DF. Grayscale: #181818. Windows color (decimal): -15198176 or 2103320. OLE color: 2103320.

HSL color Cylindrical-coordinate representation of color #181820: hue angle of 240º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #181820 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 24 24 32 -
CMYK 0.25 0.25 0 0.87
HSL 240º 0.14% 0.11% -
HSV(B) 240º 0.25% 0.13% -
XYZ 0.96 0.95 1.5 -
YUV 24.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 24 24 32 0.25 0.25 0 0.87 240 0.14 0.11
Hex 18 18 20 19 19 0 57 F0 E B
Octal 30 30 40 31 31 0 127 360 16 13
Binary 11000 11000 100000 11001 11001 0 1010111 11110000 1110 1011

Color Harmonies of #181820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181820

Black with #181820

Text Example


Text Example

White with #181820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181820; }

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

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

background-color css

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

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

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

border-color css

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

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

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