#082427

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

Shades of Black Pearl #082427

Tints of Black Pearl #082427

Color information

#082427 (or 0x082427) is unknown color: approx Black Pearl. HEX triplet: 08, 24 and 27. RGB value is (8,36,39). Sum of RGB (Red+Green+Blue) = 8+36+39=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #082427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082427 is #F7DBD8. Grayscale: #1B1B1B. Windows color (decimal): -16243673 or 2565128. OLE color: 2565128.

HSL color Cylindrical-coordinate representation of color #082427: hue angle of 185.81º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082427 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB83639-
CMYK0.790.0800.85
HSL185.81º65.96%9.22%-
HSV(B)185.81º79.49%15.29%-
XYZ1.11.462.14-
YUV27.97134.22113.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.64%
GREEN value IS 36 (14.45% from 255) = 43.37%
BLUE value IS 39 (15.62% from 255) = 46.99%
R=9.64%
G=43.37%
B=46.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal836390.790.0800.85185.8165.969.22
Hex824274F8055ba429
Octal10444711710012527210211
Binary100010010010011110011111000010101011011101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082427; }

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

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

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

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

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

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

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

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