Html Css Color HEX #131028 Black Russian

📋 copy color: '#131028'

red 19 ◦ green 16 ◦ blue 40

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

Shades of Black Russian #131028

Tints of Black Russian #131028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.33%

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

R = 25.33%
G = 21.33%
B = 53.33%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#131028 (or 0x131028) is known color: Black Russian. HEX triplet: 13, 10 and 28. RGB value is (19,16,40). Sum of RGB (Red+Green+Blue) = 19+16+40=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #131028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131028 is #ECEFD7. Grayscale: #131313. Windows color (decimal): -15527896 or 2625555. OLE color: 2625555.

HSL color Cylindrical-coordinate representation of color #131028: hue angle of 247.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #131028 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 16 40 -
CMYK 0.52 0.60 0 0.84
HSL 247.5º 0.43% 0.11% -
HSV(B) 247.5º 0.6% 0.16% -
XYZ 0.84 0.66 2.09 -
YUV 19.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 19 16 40 0.52 0.60 0 0.84 247.5 0.43 0.11
Hex 13 10 28 34 3C 0 54 F8 2B B
Octal 23 20 50 64 74 0 124 370 53 13
Binary 10011 10000 101000 110100 111100 0 1010100 11111000 101011 1011

Color Harmonies of #131028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131028

Black with #131028

Text Example


Text Example

White with #131028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131028; }

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

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

background-color css

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

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

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

border-color css

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

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

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