Html Css Color HEX #10141F Black Russian

📋 copy color: '#10141F'

red 16 ◦ green 20 ◦ blue 31

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

Shades of Black Russian #10141F

Tints of Black Russian #10141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 29.85%

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

R = 23.88%
G = 29.85%
B = 46.27%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10141F (or 0x10141F) is known color: Black Russian. HEX triplet: 10, 14 and 1F. RGB value is (16,20,31). Sum of RGB (Red+Green+Blue) = 16+20+31=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #10141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10141F is #EFEBE0. Grayscale: #141414. Windows color (decimal): -15723489 or 2036752. OLE color: 2036752.

HSL color Cylindrical-coordinate representation of color #10141F: hue angle of 224º 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 #10141F is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 16 20 31 -
CMYK 0.48 0.35 0 0.88
HSL 224º 0.32% 0.09% -
HSV(B) 224º 0.48% 0.12% -
XYZ 0.71 0.71 1.4 -
YUV 20.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 16 20 31 0.48 0.35 0 0.88 224 0.32 0.09
Hex 10 14 1F 30 23 0 58 E0 20 9
Octal 20 24 37 60 43 0 130 340 40 11
Binary 10000 10100 11111 110000 100011 0 1011000 11100000 100000 1001

Color Harmonies of #10141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10141F

Black with #10141F

Text Example


Text Example

White with #10141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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