Html Css Color HEX #131127 Black Russian

📋 copy color: '#131127'

red 19 ◦ green 17 ◦ blue 39

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

Shades of Black Russian #131127

Tints of Black Russian #131127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 52%

R = 25.33%
G = 22.67%
B = 52%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131127 (or 0x131127) is known color: Black Russian. HEX triplet: 13, 11 and 27. RGB value is (19,17,39). Sum of RGB (Red+Green+Blue) = 19+17+39=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #131127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131127 is #ECEED8. Grayscale: #141414. Windows color (decimal): -15527641 or 2560275. OLE color: 2560275.

HSL color Cylindrical-coordinate representation of color #131127: hue angle of 245.45º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #131127 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 17 39 -
CMYK 0.51 0.56 0 0.85
HSL 245.45º 0.39% 0.11% -
HSV(B) 245.45º 0.56% 0.15% -
XYZ 0.84 0.69 2.01 -
YUV 20.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 19 17 39 0.51 0.56 0 0.85 245.45 0.39 0.11
Hex 13 11 27 33 38 0 55 F5 27 B
Octal 23 21 47 63 70 0 125 365 47 13
Binary 10011 10001 100111 110011 111000 0 1010101 11110101 100111 1011

Color Harmonies of #131127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131127

Black with #131127

Text Example


Text Example

White with #131127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131127; }

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

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

background-color css

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

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

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

border-color css

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

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

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