Html Css Color HEX #131030 Black Russian

📋 copy color: '#131030'

red 19 ◦ green 16 ◦ blue 48

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

Shades of Black Russian #131030

Tints of Black Russian #131030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 57.83%

R = 22.89%
G = 19.28%
B = 57.83%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#131030 (or 0x131030) is known color: Black Russian. HEX triplet: 13, 10 and 30. RGB value is (19,16,48). Sum of RGB (Red+Green+Blue) = 19+16+48=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #131030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131030 is #ECEFCF. Grayscale: #141414. Windows color (decimal): -15527888 or 3149843. OLE color: 3149843.

HSL color Cylindrical-coordinate representation of color #131030: hue angle of 245.62º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #131030 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 16 48 -
CMYK 0.60 0.67 0 0.81
HSL 245.63º 0.5% 0.13% -
HSV(B) 245.63º 0.67% 0.19% -
XYZ 0.99 0.72 2.88 -
YUV 20.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 19 16 48 0.60 0.67 0 0.81 245.63 0.5 0.13
Hex 13 10 30 3C 43 0 51 F6 32 D
Octal 23 20 60 74 103 0 121 366 62 15
Binary 10011 10000 110000 111100 1000011 0 1010001 11110110 110010 1101

Color Harmonies of #131030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131030

Black with #131030

Text Example


Text Example

White with #131030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131030; }

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

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

background-color css

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

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

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

border-color css

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

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

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