Html Css Color HEX #10132E Black Russian

📋 copy color: '#10132E'

red 16 ◦ green 19 ◦ blue 46

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

Shades of Black Russian #10132E

Tints of Black Russian #10132E

RGB

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

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

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

R = 19.75%
G = 23.46%
B = 56.79%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#10132E (or 0x10132E) is known color: Black Russian. HEX triplet: 10, 13 and 2E. RGB value is (16,19,46). Sum of RGB (Red+Green+Blue) = 16+19+46=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 46 (18.36% from 255 or 56.79% from 81); Max value from RGB is 46 - color contains mainly: blue. Hex color #10132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10132E is #EFECD1. Grayscale: #151515. Windows color (decimal): -15723730 or 3019536. OLE color: 3019536.

HSL color Cylindrical-coordinate representation of color #10132E: hue angle of 234º 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 #10132E is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 16 19 46 -
CMYK 0.65 0.59 0 0.82
HSL 234º 0.48% 0.12% -
HSV(B) 234º 0.65% 0.18% -
XYZ 0.94 0.77 2.68 -
YUV 21.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 16 19 46 0.65 0.59 0 0.82 234 0.48 0.12
Hex 10 13 2E 41 3B 0 52 EA 30 C
Octal 20 23 56 101 73 0 122 352 60 14
Binary 10000 10011 101110 1000001 111011 0 1010010 11101010 110000 1100

Color Harmonies of #10132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10132E

Black with #10132E

Text Example


Text Example

White with #10132E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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