#08172E

Color #08172E Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #08172E

Tints of Black Pearl #08172E

Color information

#08172E (or 0x08172E) is unknown color: approx Black Pearl. HEX triplet: 08, 17 and 2E. RGB value is (8,23,46). Sum of RGB (Red+Green+Blue) = 8+23+46=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #08172E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08172E is #F7E8D1. Grayscale: #151515. Windows color (decimal): -16246994 or 3020552. OLE color: 3020552.

HSL color Cylindrical-coordinate representation of color #08172E: hue angle of 216.32º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08172E is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB82346-
CMYK0.830.5000.82
HSL216.32º70.37%10.59%-
HSV(B)216.32º82.61%18.04%-
XYZ0.90.862.7-
YUV21.14142.03118.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.39%
GREEN value IS 23 (9.38% from 255) = 29.87%
BLUE value IS 46 (18.36% from 255) = 59.74%
R=10.39%
G=29.87%
B=59.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal823460.830.5000.82216.3270.3710.59
Hex8172E5332052d846b
Octal10275612362012233010613
Binary1000101111011101010011110010010100101101100010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,23,46); }

 H1.HeaderClassName
 {
   color: #08172E;
 }
 .AnyTagClassName
 {
   color: #08172E;
 }
</style>
background-color css

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

 a { background-color: rgb(8,23,46); }

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

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

 span { border-color: rgb(8,23,46); }

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