Html Css Color HEX #10171E Black Pearl

📋 copy color: '#10171E'

red 16 ◦ green 23 ◦ blue 30

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

Shades of Black Pearl #10171E

Tints of Black Pearl #10171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 43.48%

R = 23.19%
G = 33.33%
B = 43.48%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10171E (or 0x10171E) is known color: Black Pearl. HEX triplet: 10, 17 and 1E. RGB value is (16,23,30). Sum of RGB (Red+Green+Blue) = 16+23+30=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 23 (9.38% from 255 or 33.33% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 30 - color contains mainly: blue. Hex color #10171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10171E is #EFE8E1. Grayscale: #151515. Windows color (decimal): -15722722 or 1971984. OLE color: 1971984.

HSL color Cylindrical-coordinate representation of color #10171E: hue angle of 210º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #10171E is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 16 23 30 -
CMYK 0.47 0.23 0 0.88
HSL 210º 0.3% 0.09% -
HSV(B) 210º 0.47% 0.12% -
XYZ 0.75 0.82 1.35 -
YUV 21.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 16 23 30 0.47 0.23 0 0.88 210 0.3 0.09
Hex 10 17 1E 2F 17 0 58 D2 1E 9
Octal 20 27 36 57 27 0 130 322 36 11
Binary 10000 10111 11110 101111 10111 0 1011000 11010010 11110 1001

Color Harmonies of #10171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10171E

Black with #10171E

Text Example


Text Example

White with #10171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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