Html Css Color HEX #131124 Black Russian

📋 copy color: '#131124'

red 19 ◦ green 17 ◦ blue 36

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

Shades of Black Russian #131124

Tints of Black Russian #131124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.61%

 BLUE value IS 36 (14.45% from 255) = 50%

R = 26.39%
G = 23.61%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131124 (or 0x131124) is known color: Black Russian. HEX triplet: 13, 11 and 24. RGB value is (19,17,36). Sum of RGB (Red+Green+Blue) = 19+17+36=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 36 (14.45% from 255 or 50% from 72); Max value from RGB is 36 - color contains mainly: blue. Hex color #131124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131124 is #ECEEDB. Grayscale: #131313. Windows color (decimal): -15527644 or 2363667. OLE color: 2363667.

HSL color Cylindrical-coordinate representation of color #131124: hue angle of 246.32º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #131124 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 17 36 -
CMYK 0.47 0.53 0 0.86
HSL 246.32º 0.36% 0.1% -
HSV(B) 246.32º 0.53% 0.14% -
XYZ 0.79 0.67 1.76 -
YUV 19.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 19 17 36 0.47 0.53 0 0.86 246.32 0.36 0.1
Hex 13 11 24 2F 35 0 56 F6 24 A
Octal 23 21 44 57 65 0 126 366 44 12
Binary 10011 10001 100100 101111 110101 0 1010110 11110110 100100 1010

Color Harmonies of #131124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131124

Black with #131124

Text Example


Text Example

White with #131124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131124; }

 p { color: rgb(19,17,36); }

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

background-color css

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

 a { background-color: rgb(19,17,36); }

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

border-color css

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

 span { border-color: rgb(19,17,36); }

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