Html Css Color HEX #10152E Black Russian

📋 copy color: '#10152E'

red 16 ◦ green 21 ◦ blue 46

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

Shades of Black Russian #10152E

Tints of Black Russian #10152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.3%

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

R = 19.28%
G = 25.3%
B = 55.42%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#10152E (or 0x10152E) is known color: Black Russian. HEX triplet: 10, 15 and 2E. RGB value is (16,21,46). Sum of RGB (Red+Green+Blue) = 16+21+46=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #10152E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10152E is #EFEAD1. Grayscale: #161616. Windows color (decimal): -15723218 or 3020048. OLE color: 3020048.

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

Color convert

RGB 16 21 46 -
CMYK 0.65 0.54 0 0.82
HSL 230º 0.48% 0.12% -
HSV(B) 230º 0.65% 0.18% -
XYZ 0.97 0.84 2.7 -
YUV 22.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 16 21 46 0.65 0.54 0 0.82 230 0.48 0.12
Hex 10 15 2E 41 36 0 52 E6 30 C
Octal 20 25 56 101 66 0 122 346 60 14
Binary 10000 10101 101110 1000001 110110 0 1010010 11100110 110000 1100

Color Harmonies of #10152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10152E

Black with #10152E

Text Example


Text Example

White with #10152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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