#082437

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

Shades of Black Pearl #082437

Tints of Black Pearl #082437

Color information

#082437 (or 0x082437) is unknown color: approx Black Pearl. HEX triplet: 08, 24 and 37. RGB value is (8,36,55). Sum of RGB (Red+Green+Blue) = 8+36+55=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #082437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082437 is #F7DBC8. Grayscale: #1D1D1D. Windows color (decimal): -16243657 or 3613704. OLE color: 3613704.

HSL color Cylindrical-coordinate representation of color #082437: hue angle of 204.26º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #082437 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB83655-
CMYK0.850.3500.78
HSL204.26º74.6%12.35%-
HSV(B)204.26º85.45%21.57%-
XYZ1.421.593.85-
YUV29.79142.22112.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 36 (14.45% from 255) = 36.36%
BLUE value IS 55 (21.88% from 255) = 55.56%
R=8.08%
G=36.36%
B=55.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal836550.850.3500.78204.2674.612.35
Hex82437552304Ecc4bc
Octal10446712543011631411314
Binary10001001001101111010101100011010011101100110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082437; }

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

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

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

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

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

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

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

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