Html Css Color HEX #10131C Black Russian

📋 copy color: '#10131C'

red 16 ◦ green 19 ◦ blue 28

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

Shades of Black Russian #10131C

Tints of Black Russian #10131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 44.44%

R = 25.4%
G = 30.16%
B = 44.44%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#10131C (or 0x10131C) is known color: Black Russian. HEX triplet: 10, 13 and 1C. RGB value is (16,19,28). Sum of RGB (Red+Green+Blue) = 16+19+28=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #10131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10131C is #EFECE3. Grayscale: #131313. Windows color (decimal): -15723748 or 1839888. OLE color: 1839888.

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

Color convert

RGB 16 19 28 -
CMYK 0.43 0.32 0 0.89
HSL 225º 0.27% 0.09% -
HSV(B) 225º 0.43% 0.11% -
XYZ 0.66 0.66 1.19 -
YUV 19.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 16 19 28 0.43 0.32 0 0.89 225 0.27 0.09
Hex 10 13 1C 2B 20 0 59 E1 1B 9
Octal 20 23 34 53 40 0 131 341 33 11
Binary 10000 10011 11100 101011 100000 0 1011001 11100001 11011 1001

Color Harmonies of #10131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10131C

Black with #10131C

Text Example


Text Example

White with #10131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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