Html Css Color HEX #131428 Black Russian

📋 copy color: '#131428'

red 19 ◦ green 20 ◦ blue 40

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

Shades of Black Russian #131428

Tints of Black Russian #131428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.32%

 BLUE value IS 40 (16.02% from 255) = 50.63%

R = 24.05%
G = 25.32%
B = 50.63%

CMYK

 C value IS 0.52

 M value IS 0.5

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#131428 (or 0x131428) is known color: Black Russian. HEX triplet: 13, 14 and 28. RGB value is (19,20,40). Sum of RGB (Red+Green+Blue) = 19+20+40=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #131428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131428 is #ECEBD7. Grayscale: #151515. Windows color (decimal): -15526872 or 2626579. OLE color: 2626579.

HSL color Cylindrical-coordinate representation of color #131428: hue angle of 237.14º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #131428 is Cyan = 0.52, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 20 40 -
CMYK 0.52 0.5 0 0.84
HSL 237.14º 0.36% 0.12% -
HSV(B) 237.14º 0.53% 0.16% -
XYZ 0.9 0.79 2.11 -
YUV 21.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 19 20 40 0.52 0.5 0 0.84 237.14 0.36 0.12
Hex 13 14 28 34 32 0 54 ED 24 C
Octal 23 24 50 64 62 0 124 355 44 14
Binary 10011 10100 101000 110100 110010 0 1010100 11101101 100100 1100

Color Harmonies of #131428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131428

Black with #131428

Text Example


Text Example

White with #131428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131428; }

 p { color: rgb(19,20,40); }

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

background-color css

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

 a { background-color: rgb(19,20,40); }

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

border-color css

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

 span { border-color: rgb(19,20,40); }

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