Html Css Color HEX #131227 Black Russian

📋 copy color: '#131227'

red 19 ◦ green 18 ◦ blue 39

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

Shades of Black Russian #131227

Tints of Black Russian #131227

RGB

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

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

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

R = 25%
G = 23.68%
B = 51.32%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131227 (or 0x131227) is known color: Black Russian. HEX triplet: 13, 12 and 27. RGB value is (19,18,39). Sum of RGB (Red+Green+Blue) = 19+18+39=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #131227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131227 is #ECEDD8. Grayscale: #141414. Windows color (decimal): -15527385 or 2560531. OLE color: 2560531.

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

Color convert

RGB 19 18 39 -
CMYK 0.51 0.54 0 0.85
HSL 242.86º 0.37% 0.11% -
HSV(B) 242.86º 0.54% 0.15% -
XYZ 0.85 0.72 2.01 -
YUV 20.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 19 18 39 0.51 0.54 0 0.85 242.86 0.37 0.11
Hex 13 12 27 33 36 0 55 F3 25 B
Octal 23 22 47 63 66 0 125 363 45 13
Binary 10011 10010 100111 110011 110110 0 1010101 11110011 100101 1011

Color Harmonies of #131227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131227

Black with #131227

Text Example


Text Example

White with #131227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131227; }

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

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

background-color css

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

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

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

border-color css

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

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

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