Html Css Color HEX #10131A Black Russian

📋 copy color: '#10131A'

red 16 ◦ green 19 ◦ blue 26

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

Shades of Black Russian #10131A

Tints of Black Russian #10131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 42.62%

R = 26.23%
G = 31.15%
B = 42.62%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#10131A (or 0x10131A) is known color: Black Russian. HEX triplet: 10, 13 and 1A. RGB value is (16,19,26). Sum of RGB (Red+Green+Blue) = 16+19+26=61 (8% of max value = 765). Red value is 16 (6.64% from 255 or 26.23% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 26 - color contains mainly: blue. Hex color #10131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10131A is #EFECE5. Grayscale: #121212. Windows color (decimal): -15723750 or 1708816. OLE color: 1708816.

HSL color Cylindrical-coordinate representation of color #10131A: hue angle of 222º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #10131A is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 16 19 26 -
CMYK 0.38 0.27 0 0.90
HSL 222º 0.24% 0.08% -
HSV(B) 222º 0.38% 0.1% -
XYZ 0.63 0.65 1.07 -
YUV 18.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 16 19 26 0.38 0.27 0 0.90 222 0.24 0.08
Hex 10 13 1A 26 1B 0 5A DE 18 8
Octal 20 23 32 46 33 0 132 336 30 10
Binary 10000 10011 11010 100110 11011 0 1011010 11011110 11000 1000

Color Harmonies of #10131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10131A

Black with #10131A

Text Example


Text Example

White with #10131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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