#08172D

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

Shades of Black Pearl #08172D

Tints of Black Pearl #08172D

Color information

#08172D (or 0x08172D) is unknown color: approx Black Pearl. HEX triplet: 08, 17 and 2D. RGB value is (8,23,45). Sum of RGB (Red+Green+Blue) = 8+23+45=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #08172D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08172D is #F7E8D2. Grayscale: #141414. Windows color (decimal): -16246995 or 2955016. OLE color: 2955016.

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

Color convert

RGB82345-
CMYK0.820.4900.82
HSL215.68º69.81%10.39%-
HSV(B)215.68º82.22%17.65%-
XYZ0.880.852.6-
YUV21.02141.53118.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.53%
GREEN value IS 23 (9.38% from 255) = 30.26%
BLUE value IS 45 (17.97% from 255) = 59.21%
R=10.53%
G=30.26%
B=59.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal823450.820.4900.82215.6869.8110.39
Hex8172D5231052d846a
Octal10275512261012233010612
Binary1000101111011011010010110001010100101101100010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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