Html Css Color HEX #18182F Black Russian

📋 copy color: '#18182F'

red 24 ◦ green 24 ◦ blue 47

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

Shades of Black Russian #18182F

Tints of Black Russian #18182F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 49.47%

R = 25.26%
G = 25.26%
B = 49.47%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18182F (or 0x18182F) is known color: Black Russian. HEX triplet: 18, 18 and 2F. RGB value is (24,24,47). Sum of RGB (Red+Green+Blue) = 24+24+47=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #18182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18182F is #E7E7D0. Grayscale: #1A1A1A. Windows color (decimal): -15198161 or 3086360. OLE color: 3086360.

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

Color convert

RGB 24 24 47 -
CMYK 0.49 0.49 0 0.82
HSL 240º 0.32% 0.14% -
HSV(B) 240º 0.49% 0.18% -
XYZ 1.22 1.05 2.83 -
YUV 26.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 24 24 47 0.49 0.49 0 0.82 240 0.32 0.14
Hex 18 18 2F 31 31 0 52 F0 20 E
Octal 30 30 57 61 61 0 122 360 40 16
Binary 11000 11000 101111 110001 110001 0 1010010 11110000 100000 1110

Color Harmonies of #18182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18182F

Black with #18182F

Text Example


Text Example

White with #18182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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