Html Css Color HEX #131236 Black Russian

📋 copy color: '#131236'

red 19 ◦ green 18 ◦ blue 54

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

Shades of Black Russian #131236

Tints of Black Russian #131236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 59.34%

R = 20.88%
G = 19.78%
B = 59.34%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#131236 (or 0x131236) is known color: Black Russian. HEX triplet: 13, 12 and 36. RGB value is (19,18,54). Sum of RGB (Red+Green+Blue) = 19+18+54=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #131236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131236 is #ECEDC9. Grayscale: #161616. Windows color (decimal): -15527370 or 3543571. OLE color: 3543571.

HSL color Cylindrical-coordinate representation of color #131236: hue angle of 241.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #131236 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 18 54 -
CMYK 0.65 0.67 0 0.79
HSL 241.67º 0.5% 0.14% -
HSV(B) 241.67º 0.67% 0.21% -
XYZ 1.15 0.84 3.59 -
YUV 22.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 19 18 54 0.65 0.67 0 0.79 241.67 0.5 0.14
Hex 13 12 36 41 43 0 4F F2 32 E
Octal 23 22 66 101 103 0 117 362 62 16
Binary 10011 10010 110110 1000001 1000011 0 1001111 11110010 110010 1110

Color Harmonies of #131236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131236

Black with #131236

Text Example


Text Example

White with #131236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131236; }

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

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

background-color css

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

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

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

border-color css

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

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

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