Html Css Color HEX #10172A Black Russian

📋 copy color: '#10172A'

red 16 ◦ green 23 ◦ blue 42

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

Shades of Black Russian #10172A

Tints of Black Russian #10172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.4%

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

R = 19.75%
G = 28.4%
B = 51.85%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#10172A (or 0x10172A) is known color: Black Russian. HEX triplet: 10, 17 and 2A. RGB value is (16,23,42). Sum of RGB (Red+Green+Blue) = 16+23+42=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 42 (16.80% from 255 or 51.85% from 81); Max value from RGB is 42 - color contains mainly: blue. Hex color #10172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10172A is #EFE8D5. Grayscale: #161616. Windows color (decimal): -15722710 or 2758416. OLE color: 2758416.

HSL color Cylindrical-coordinate representation of color #10172A: hue angle of 223.85º 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 #10172A is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 23 42 -
CMYK 0.62 0.45 0 0.84
HSL 223.85º 0.45% 0.11% -
HSV(B) 223.85º 0.62% 0.16% -
XYZ 0.94 0.89 2.31 -
YUV 23.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 16 23 42 0.62 0.45 0 0.84 223.85 0.45 0.11
Hex 10 17 2A 3E 2D 0 54 E0 2D B
Octal 20 27 52 76 55 0 124 340 55 13
Binary 10000 10111 101010 111110 101101 0 1010100 11100000 101101 1011

Color Harmonies of #10172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10172A

Black with #10172A

Text Example


Text Example

White with #10172A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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