#082A30

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

Shades of Black Pearl #082A30

Tints of Black Pearl #082A30

Color information

#082A30 (or 0x082A30) is unknown color: approx Black Pearl. HEX triplet: 08, 2A and 30. RGB value is (8,42,48). Sum of RGB (Red+Green+Blue) = 8+42+48=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #082A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082A30 is #F7D5CF. Grayscale: #202020. Windows color (decimal): -16242128 or 3156488. OLE color: 3156488.

HSL color Cylindrical-coordinate representation of color #082A30: hue angle of 189º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #082A30 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB84248-
CMYK0.830.1300.81
HSL189º71.43%10.98%-
HSV(B)189º83.33%18.82%-
XYZ1.461.923.09-
YUV32.52136.74110.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.16%
GREEN value IS 42 (16.80% from 255) = 42.86%
BLUE value IS 48 (19.14% from 255) = 48.98%
R=8.16%
G=42.86%
B=48.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal842480.830.1300.8118971.4310.98
Hex82A3053D051bd47b
Octal10526012315012127510713
Binary100010101011000010100111101010100011011110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,42,48); }

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

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

 a { background-color: rgb(8,42,48); }

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

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

 span { border-color: rgb(8,42,48); }

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