Html Css Color HEX #131226 Black Russian

📋 copy color: '#131226'

red 19 ◦ green 18 ◦ blue 38

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

Shades of Black Russian #131226

Tints of Black Russian #131226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 50.67%

R = 25.33%
G = 24%
B = 50.67%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131226 (or 0x131226) is known color: Black Russian. HEX triplet: 13, 12 and 26. RGB value is (19,18,38). Sum of RGB (Red+Green+Blue) = 19+18+38=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #131226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131226 is #ECEDD9. Grayscale: #141414. Windows color (decimal): -15527386 or 2494995. OLE color: 2494995.

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

Color convert

RGB 19 18 38 -
CMYK 0.50 0.53 0 0.85
HSL 243º 0.36% 0.11% -
HSV(B) 243º 0.53% 0.15% -
XYZ 0.83 0.71 1.93 -
YUV 20.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 19 18 38 0.50 0.53 0 0.85 243 0.36 0.11
Hex 13 12 26 32 35 0 55 F3 24 B
Octal 23 22 46 62 65 0 125 363 44 13
Binary 10011 10010 100110 110010 110101 0 1010101 11110011 100100 1011

Color Harmonies of #131226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131226

Black with #131226

Text Example


Text Example

White with #131226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131226; }

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

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

background-color css

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

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

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

border-color css

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

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

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