Html Css Color HEX #10131F Black Russian

📋 copy color: '#10131F'

red 16 ◦ green 19 ◦ blue 31

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

Shades of Black Russian #10131F

Tints of Black Russian #10131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 46.97%

R = 24.24%
G = 28.79%
B = 46.97%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10131F (or 0x10131F) is known color: Black Russian. HEX triplet: 10, 13 and 1F. RGB value is (16,19,31). Sum of RGB (Red+Green+Blue) = 16+19+31=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #10131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10131F is #EFECE0. Grayscale: #131313. Windows color (decimal): -15723745 or 2036496. OLE color: 2036496.

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

Color convert

RGB 16 19 31 -
CMYK 0.48 0.39 0 0.88
HSL 228º 0.32% 0.09% -
HSV(B) 228º 0.48% 0.12% -
XYZ 0.69 0.67 1.39 -
YUV 19.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 16 19 31 0.48 0.39 0 0.88 228 0.32 0.09
Hex 10 13 1F 30 27 0 58 E4 20 9
Octal 20 23 37 60 47 0 130 344 40 11
Binary 10000 10011 11111 110000 100111 0 1011000 11100100 100000 1001

Color Harmonies of #10131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10131F

Black with #10131F

Text Example


Text Example

White with #10131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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