Html Css Color HEX #18182E Black Russian

📋 copy color: '#18182E'

red 24 ◦ green 24 ◦ blue 46

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

Shades of Black Russian #18182E

Tints of Black Russian #18182E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 48.94%

R = 25.53%
G = 25.53%
B = 48.94%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18182E (or 0x18182E) is known color: Black Russian. HEX triplet: 18, 18 and 2E. RGB value is (24,24,46). Sum of RGB (Red+Green+Blue) = 24+24+46=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #18182E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18182E is #E7E7D1. Grayscale: #1A1A1A. Windows color (decimal): -15198162 or 3020824. OLE color: 3020824.

HSL color Cylindrical-coordinate representation of color #18182E: hue angle of 240º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #18182E is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 24 46 -
CMYK 0.48 0.48 0 0.82
HSL 240º 0.31% 0.14% -
HSV(B) 240º 0.48% 0.18% -
XYZ 1.2 1.04 2.72 -
YUV 26.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 24 24 46 0.48 0.48 0 0.82 240 0.31 0.14
Hex 18 18 2E 30 30 0 52 F0 1F E
Octal 30 30 56 60 60 0 122 360 37 16
Binary 11000 11000 101110 110000 110000 0 1010010 11110000 11111 1110

Color Harmonies of #18182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18182E

Black with #18182E

Text Example


Text Example

White with #18182E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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