Html Css Color HEX #10171A Black Pearl

📋 copy color: '#10171A'

red 16 ◦ green 23 ◦ blue 26

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

Shades of Black Pearl #10171A

Tints of Black Pearl #10171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 40%

R = 24.62%
G = 35.38%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#10171A (or 0x10171A) is known color: Black Pearl. HEX triplet: 10, 17 and 1A. RGB value is (16,23,26). Sum of RGB (Red+Green+Blue) = 16+23+26=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 26 - color contains mainly: blue. Hex color #10171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10171A is #EFE8E5. Grayscale: #151515. Windows color (decimal): -15722726 or 1709840. OLE color: 1709840.

HSL color Cylindrical-coordinate representation of color #10171A: hue angle of 198º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #10171A is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 16 23 26 -
CMYK 0.38 0.12 0 0.90
HSL 198º 0.24% 0.08% -
HSV(B) 198º 0.38% 0.1% -
XYZ 0.71 0.8 1.09 -
YUV 21.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 16 23 26 0.38 0.12 0 0.90 198 0.24 0.08
Hex 10 17 1A 26 C 0 5A C6 18 8
Octal 20 27 32 46 14 0 132 306 30 10
Binary 10000 10111 11010 100110 1100 0 1011010 11000110 11000 1000

Color Harmonies of #10171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10171A

Black with #10171A

Text Example


Text Example

White with #10171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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