Html Css Color HEX #10131D Black Russian

📋 copy color: '#10131D'

red 16 ◦ green 19 ◦ blue 29

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

Shades of Black Russian #10131D

Tints of Black Russian #10131D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 45.31%

R = 25%
G = 29.69%
B = 45.31%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#10131D (or 0x10131D) is known color: Black Russian. HEX triplet: 10, 13 and 1D. RGB value is (16,19,29). Sum of RGB (Red+Green+Blue) = 16+19+29=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: blue. Hex color #10131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10131D is #EFECE2. Grayscale: #131313. Windows color (decimal): -15723747 or 1905424. OLE color: 1905424.

HSL color Cylindrical-coordinate representation of color #10131D: hue angle of 226.15º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #10131D is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 16 19 29 -
CMYK 0.45 0.34 0 0.89
HSL 226.15º 0.29% 0.09% -
HSV(B) 226.15º 0.45% 0.11% -
XYZ 0.67 0.66 1.26 -
YUV 19.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 16 19 29 0.45 0.34 0 0.89 226.15 0.29 0.09
Hex 10 13 1D 2D 22 0 59 E2 1D 9
Octal 20 23 35 55 42 0 131 342 35 11
Binary 10000 10011 11101 101101 100010 0 1011001 11100010 11101 1001

Color Harmonies of #10131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10131D

Black with #10131D

Text Example


Text Example

White with #10131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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