Html Css Color HEX #10141E Black Russian

📋 copy color: '#10141E'

red 16 ◦ green 20 ◦ blue 30

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

Shades of Black Russian #10141E

Tints of Black Russian #10141E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 45.45%

R = 24.24%
G = 30.3%
B = 45.45%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10141E (or 0x10141E) is known color: Black Russian. HEX triplet: 10, 14 and 1E. RGB value is (16,20,30). Sum of RGB (Red+Green+Blue) = 16+20+30=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 30 - color contains mainly: blue. Hex color #10141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10141E is #EFEBE1. Grayscale: #131313. Windows color (decimal): -15723490 or 1971216. OLE color: 1971216.

HSL color Cylindrical-coordinate representation of color #10141E: hue angle of 222.86º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #10141E is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 16 20 30 -
CMYK 0.47 0.33 0 0.88
HSL 222.86º 0.3% 0.09% -
HSV(B) 222.86º 0.47% 0.12% -
XYZ 0.7 0.7 1.33 -
YUV 19.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 16 20 30 0.47 0.33 0 0.88 222.86 0.3 0.09
Hex 10 14 1E 2F 21 0 58 DF 1E 9
Octal 20 24 36 57 41 0 130 337 36 11
Binary 10000 10100 11110 101111 100001 0 1011000 11011111 11110 1001

Color Harmonies of #10141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10141E

Black with #10141E

Text Example


Text Example

White with #10141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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