Html Css Color HEX #10141D Black Russian

📋 copy color: '#10141D'

red 16 ◦ green 20 ◦ blue 29

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

Shades of Black Russian #10141D

Tints of Black Russian #10141D

RGB

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

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

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

R = 24.62%
G = 30.77%
B = 44.62%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#10141D (or 0x10141D) is known color: Black Russian. HEX triplet: 10, 14 and 1D. RGB value is (16,20,29). Sum of RGB (Red+Green+Blue) = 16+20+29=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 29 - color contains mainly: blue. Hex color #10141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10141D is #EFEBE2. Grayscale: #131313. Windows color (decimal): -15723491 or 1905680. OLE color: 1905680.

HSL color Cylindrical-coordinate representation of color #10141D: hue angle of 221.54º 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 #10141D is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 16 20 29 -
CMYK 0.45 0.31 0 0.89
HSL 221.54º 0.29% 0.09% -
HSV(B) 221.54º 0.45% 0.11% -
XYZ 0.69 0.7 1.26 -
YUV 19.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 16 20 29 0.45 0.31 0 0.89 221.54 0.29 0.09
Hex 10 14 1D 2D 1F 0 59 DE 1D 9
Octal 20 24 35 55 37 0 131 336 35 11
Binary 10000 10100 11101 101101 11111 0 1011001 11011110 11101 1001

Color Harmonies of #10141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10141D

Black with #10141D

Text Example


Text Example

White with #10141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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