#08272D

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

Shades of Black Pearl #08272D

Tints of Black Pearl #08272D

Color information

#08272D (or 0x08272D) is unknown color: approx Black Pearl. HEX triplet: 08, 27 and 2D. RGB value is (8,39,45). Sum of RGB (Red+Green+Blue) = 8+39+45=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #08272D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08272D is #F7D8D2. Grayscale: #1E1E1E. Windows color (decimal): -16242899 or 2959112. OLE color: 2959112.

HSL color Cylindrical-coordinate representation of color #08272D: hue angle of 189.73º 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 #08272D is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB83945-
CMYK0.820.1300.82
HSL189.73º69.81%10.39%-
HSV(B)189.73º82.22%17.65%-
XYZ1.31.692.74-
YUV30.41136.23112.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.70%
GREEN value IS 39 (15.62% from 255) = 42.39%
BLUE value IS 45 (17.97% from 255) = 48.91%
R=8.70%
G=42.39%
B=48.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal839450.820.1300.82189.7369.8110.39
Hex8272D52D052be46a
Octal10475512215012227610612
Binary100010011110110110100101101010100101011111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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