#082B36

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

Shades of Black Pearl #082B36

Tints of Black Pearl #082B36

Color information

#082B36 (or 0x082B36) is unknown color: approx Black Pearl. HEX triplet: 08, 2B and 36. RGB value is (8,43,54). Sum of RGB (Red+Green+Blue) = 8+43+54=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 43 (17.19% from 255 or 40.95% from 105); Blue value is 54 (21.48% from 255 or 51.43% from 105); Max value from RGB is 54 - color contains mainly: blue. Hex color #082B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B36 is #F7D4C9. Grayscale: #212121. Windows color (decimal): -16241866 or 3549960. OLE color: 3549960.

HSL color Cylindrical-coordinate representation of color #082B36: hue angle of 194.35º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #082B36 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB84354-
CMYK0.850.2000.79
HSL194.35º74.19%12.16%-
HSV(B)194.35º85.19%21.18%-
XYZ1.632.053.8-
YUV33.79139.4109.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 43 (17.19% from 255) = 40.95%
BLUE value IS 54 (21.48% from 255) = 51.43%
R=7.62%
G=40.95%
B=51.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal843540.850.2000.79194.3574.1912.16
Hex82B36551404Fc24ac
Octal10536612524011730211214
Binary1000101011110110101010110100010011111100001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082B36; }

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

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

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

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

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

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

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

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