Html Css Color HEX #131218 Black Russian

📋 copy color: '#131218'

red 19 ◦ green 18 ◦ blue 24

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

Shades of Black Russian #131218

Tints of Black Russian #131218

RGB

 RED value IS 19 (7.81% from 255) = 31.15%

 GREEN value IS 18 (7.42% from 255) = 29.51%

 BLUE value IS 24 (9.77% from 255) = 39.34%

R = 31.15%
G = 29.51%
B = 39.34%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131218 (or 0x131218) is known color: Black Russian. HEX triplet: 13, 12 and 18. RGB value is (19,18,24). Sum of RGB (Red+Green+Blue) = 19+18+24=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: blue. Hex color #131218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131218 is #ECEDE7. Grayscale: #121212. Windows color (decimal): -15527400 or 1577491. OLE color: 1577491.

HSL color Cylindrical-coordinate representation of color #131218: hue angle of 250º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #131218 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 18 24 -
CMYK 0.21 0.25 0 0.91
HSL 250º 0.14% 0.08% -
HSV(B) 250º 0.25% 0.09% -
XYZ 0.65 0.64 0.95 -
YUV 18.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 19 18 24 0.21 0.25 0 0.91 250 0.14 0.08
Hex 13 12 18 15 19 0 5B FA E 8
Octal 23 22 30 25 31 0 133 372 16 10
Binary 10011 10010 11000 10101 11001 0 1011011 11111010 1110 1000

Color Harmonies of #131218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131218

Black with #131218

Text Example


Text Example

White with #131218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131218; }

 p { color: rgb(19,18,24); }

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

background-color css

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

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

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

border-color css

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

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

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