Html Css Color HEX #10152A Black Russian

📋 copy color: '#10152A'

red 16 ◦ green 21 ◦ blue 42

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

Shades of Black Russian #10152A

Tints of Black Russian #10152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 53.16%

R = 20.25%
G = 26.58%
B = 53.16%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#10152A (or 0x10152A) is known color: Black Russian. HEX triplet: 10, 15 and 2A. RGB value is (16,21,42). Sum of RGB (Red+Green+Blue) = 16+21+42=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 42 (16.80% from 255 or 53.16% from 79); Max value from RGB is 42 - color contains mainly: blue. Hex color #10152A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10152A is #EFEAD5. Grayscale: #151515. Windows color (decimal): -15723222 or 2757904. OLE color: 2757904.

HSL color Cylindrical-coordinate representation of color #10152A: hue angle of 228.46º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #10152A is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 21 42 -
CMYK 0.62 0.50 0 0.84
HSL 228.46º 0.45% 0.11% -
HSV(B) 228.46º 0.62% 0.16% -
XYZ 0.9 0.81 2.3 -
YUV 21.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 16 21 42 0.62 0.50 0 0.84 228.46 0.45 0.11
Hex 10 15 2A 3E 32 0 54 E4 2D B
Octal 20 25 52 76 62 0 124 344 55 13
Binary 10000 10101 101010 111110 110010 0 1010100 11100100 101101 1011

Color Harmonies of #10152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10152A

Black with #10152A

Text Example


Text Example

White with #10152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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