#08272B

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

Shades of Black Pearl #08272B

Tints of Black Pearl #08272B

Color information

#08272B (or 0x08272B) is unknown color: approx Black Pearl. HEX triplet: 08, 27 and 2B. RGB value is (8,39,43). Sum of RGB (Red+Green+Blue) = 8+39+43=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #08272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08272B is #F7D8D4. Grayscale: #1E1E1E. Windows color (decimal): -16242901 or 2828040. OLE color: 2828040.

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

Color convert

RGB83943-
CMYK0.810.0900.83
HSL186.86º68.63%10%-
HSV(B)186.86º81.4%16.86%-
XYZ1.261.682.54-
YUV30.19135.23112.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.89%
GREEN value IS 39 (15.62% from 255) = 43.33%
BLUE value IS 43 (17.19% from 255) = 47.78%
R=8.89%
G=43.33%
B=47.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal839430.810.0900.83186.8668.6310
Hex8272B519053bb45a
Octal10475312111012327310512
Binary100010011110101110100011001010100111011101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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