#08172C

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

Shades of Black Pearl #08172C

Tints of Black Pearl #08172C

Color information

#08172C (or 0x08172C) is unknown color: approx Black Pearl. HEX triplet: 08, 17 and 2C. RGB value is (8,23,44). Sum of RGB (Red+Green+Blue) = 8+23+44=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 44 (17.58% from 255 or 58.67% from 75); Max value from RGB is 44 - color contains mainly: blue. Hex color #08172C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08172C is #F7E8D3. Grayscale: #141414. Windows color (decimal): -16246996 or 2889480. OLE color: 2889480.

HSL color Cylindrical-coordinate representation of color #08172C: hue angle of 215º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08172C is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB82344-
CMYK0.820.4800.83
HSL215º69.23%10.2%-
HSV(B)215º81.82%17.25%-
XYZ0.860.852.5-
YUV20.91141.03118.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.67%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 44 (17.58% from 255) = 58.67%
R=10.67%
G=30.67%
B=58.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal823440.820.4800.8321569.2310.2
Hex8172C5230053d745a
Octal10275412260012332710512
Binary1000101111011001010010110000010100111101011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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