Html Css Color HEX #10142E Black Russian

📋 copy color: '#10142E'

red 16 ◦ green 20 ◦ blue 46

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

Shades of Black Russian #10142E

Tints of Black Russian #10142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 56.1%

R = 19.51%
G = 24.39%
B = 56.1%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#10142E (or 0x10142E) is known color: Black Russian. HEX triplet: 10, 14 and 2E. RGB value is (16,20,46). Sum of RGB (Red+Green+Blue) = 16+20+46=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #10142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10142E is #EFEBD1. Grayscale: #151515. Windows color (decimal): -15723474 or 3019792. OLE color: 3019792.

HSL color Cylindrical-coordinate representation of color #10142E: hue angle of 232º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #10142E is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 16 20 46 -
CMYK 0.65 0.57 0 0.82
HSL 232º 0.48% 0.12% -
HSV(B) 232º 0.65% 0.18% -
XYZ 0.96 0.81 2.69 -
YUV 21.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 16 20 46 0.65 0.57 0 0.82 232 0.48 0.12
Hex 10 14 2E 41 39 0 52 E8 30 C
Octal 20 24 56 101 71 0 122 350 60 14
Binary 10000 10100 101110 1000001 111001 0 1010010 11101000 110000 1100

Color Harmonies of #10142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10142E

Black with #10142E

Text Example


Text Example

White with #10142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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