Html Css Color HEX #131828 Black Russian

📋 copy color: '#131828'

red 19 ◦ green 24 ◦ blue 40

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

Shades of Black Russian #131828

Tints of Black Russian #131828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.92%

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

R = 22.89%
G = 28.92%
B = 48.19%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#131828 (or 0x131828) is known color: Black Russian. HEX triplet: 13, 18 and 28. RGB value is (19,24,40). Sum of RGB (Red+Green+Blue) = 19+24+40=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #131828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131828 is #ECE7D7. Grayscale: #181818. Windows color (decimal): -15525848 or 2627603. OLE color: 2627603.

HSL color Cylindrical-coordinate representation of color #131828: hue angle of 225.71º 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 #131828 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 24 40 -
CMYK 0.52 0.40 0 0.84
HSL 225.71º 0.36% 0.12% -
HSV(B) 225.71º 0.53% 0.16% -
XYZ 0.98 0.94 2.14 -
YUV 24.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 19 24 40 0.52 0.40 0 0.84 225.71 0.36 0.12
Hex 13 18 28 34 28 0 54 E2 24 C
Octal 23 30 50 64 50 0 124 342 44 14
Binary 10011 11000 101000 110100 101000 0 1010100 11100010 100100 1100

Color Harmonies of #131828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131828

Black with #131828

Text Example


Text Example

White with #131828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131828; }

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

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

background-color css

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

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

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

border-color css

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

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

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