Html Css Color HEX #181922 Black Russian

📋 copy color: '#181922'

red 24 ◦ green 25 ◦ blue 34

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

Shades of Black Russian #181922

Tints of Black Russian #181922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.12%

 BLUE value IS 34 (13.67% from 255) = 40.96%

R = 28.92%
G = 30.12%
B = 40.96%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#181922 (or 0x181922) is known color: Black Russian. HEX triplet: 18, 19 and 22. RGB value is (24,25,34). Sum of RGB (Red+Green+Blue) = 24+25+34=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 34 (13.67% from 255 or 40.96% from 83); Max value from RGB is 34 - color contains mainly: blue. Hex color #181922 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181922 is #E7E6DD. Grayscale: #191919. Windows color (decimal): -15197918 or 2234648. OLE color: 2234648.

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

Color convert

RGB 24 25 34 -
CMYK 0.29 0.26 0 0.87
HSL 234º 0.17% 0.11% -
HSV(B) 234º 0.29% 0.13% -
XYZ 1.01 1 1.65 -
YUV 25.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 24 25 34 0.29 0.26 0 0.87 234 0.17 0.11
Hex 18 19 22 1D 1A 0 57 EA 11 B
Octal 30 31 42 35 32 0 127 352 21 13
Binary 11000 11001 100010 11101 11010 0 1010111 11101010 10001 1011

Color Harmonies of #181922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181922

Black with #181922

Text Example


Text Example

White with #181922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181922; }

 p { color: rgb(24,25,34); }

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

background-color css

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

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

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

border-color css

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

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

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