Html Css Color HEX #18192A Black Russian

📋 copy color: '#18192A'

red 24 ◦ green 25 ◦ blue 42

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

Shades of Black Russian #18192A

Tints of Black Russian #18192A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 46.15%

R = 26.37%
G = 27.47%
B = 46.15%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#18192A (or 0x18192A) is known color: Black Russian. HEX triplet: 18, 19 and 2A. RGB value is (24,25,42). Sum of RGB (Red+Green+Blue) = 24+25+42=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 42 - color contains mainly: blue. Hex color #18192A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18192A is #E7E6D5. Grayscale: #1A1A1A. Windows color (decimal): -15197910 or 2758936. OLE color: 2758936.

HSL color Cylindrical-coordinate representation of color #18192A: hue angle of 236.67º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #18192A is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 25 42 -
CMYK 0.43 0.40 0 0.84
HSL 236.67º 0.27% 0.13% -
HSV(B) 236.67º 0.43% 0.16% -
XYZ 1.14 1.06 2.33 -
YUV 26.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 24 25 42 0.43 0.40 0 0.84 236.67 0.27 0.13
Hex 18 19 2A 2B 28 0 54 ED 1B D
Octal 30 31 52 53 50 0 124 355 33 15
Binary 11000 11001 101010 101011 101000 0 1010100 11101101 11011 1101

Color Harmonies of #18192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18192A

Black with #18192A

Text Example


Text Example

White with #18192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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