Html Css Color HEX #18182A Black Russian

📋 copy color: '#18182A'

red 24 ◦ green 24 ◦ blue 42

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

Shades of Black Russian #18182A

Tints of Black Russian #18182A

RGB

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

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

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

R = 26.67%
G = 26.67%
B = 46.67%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#18182A (or 0x18182A) is known color: Black Russian. HEX triplet: 18, 18 and 2A. RGB value is (24,24,42). Sum of RGB (Red+Green+Blue) = 24+24+42=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 42 - color contains mainly: blue. Hex color #18182A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18182A is #E7E7D5. Grayscale: #191919. Windows color (decimal): -15198166 or 2758680. OLE color: 2758680.

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

Color convert

RGB 24 24 42 -
CMYK 0.43 0.43 0 0.84
HSL 240º 0.27% 0.13% -
HSV(B) 240º 0.43% 0.16% -
XYZ 1.12 1.01 2.33 -
YUV 26.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 24 24 42 0.43 0.43 0 0.84 240 0.27 0.13
Hex 18 18 2A 2B 2B 0 54 F0 1B D
Octal 30 30 52 53 53 0 124 360 33 15
Binary 11000 11000 101010 101011 101011 0 1010100 11110000 11011 1101

Color Harmonies of #18182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18182A

Black with #18182A

Text Example


Text Example

White with #18182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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