Html Css Color HEX #10131E Black Russian

📋 copy color: '#10131E'

red 16 ◦ green 19 ◦ blue 30

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

Shades of Black Russian #10131E

Tints of Black Russian #10131E

RGB

 RED value IS 16 (6.64% from 255) = 24.62%

 GREEN value IS 19 (7.81% from 255) = 29.23%

 BLUE value IS 30 (12.11% from 255) = 46.15%

R = 24.62%
G = 29.23%
B = 46.15%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10131E (or 0x10131E) is known color: Black Russian. HEX triplet: 10, 13 and 1E. RGB value is (16,19,30). Sum of RGB (Red+Green+Blue) = 16+19+30=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 30 - color contains mainly: blue. Hex color #10131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10131E is #EFECE1. Grayscale: #131313. Windows color (decimal): -15723746 or 1970960. OLE color: 1970960.

HSL color Cylindrical-coordinate representation of color #10131E: hue angle of 227.14º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #10131E is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 16 19 30 -
CMYK 0.47 0.37 0 0.88
HSL 227.14º 0.3% 0.09% -
HSV(B) 227.14º 0.47% 0.12% -
XYZ 0.68 0.67 1.32 -
YUV 19.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 16 19 30 0.47 0.37 0 0.88 227.14 0.3 0.09
Hex 10 13 1E 2F 25 0 58 E3 1E 9
Octal 20 23 36 57 45 0 130 343 36 11
Binary 10000 10011 11110 101111 100101 0 1011000 11100011 11110 1001

Color Harmonies of #10131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10131E

Black with #10131E

Text Example


Text Example

White with #10131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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