#082939

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

Shades of Tangaroa #082939

Tints of Tangaroa #082939

Color information

#082939 (or 0x082939) is unknown color: approx Tangaroa. HEX triplet: 08, 29 and 39. RGB value is (8,41,57). Sum of RGB (Red+Green+Blue) = 8+41+57=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #082939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082939 is #F7D6C6. Grayscale: #202020. Windows color (decimal): -16242375 or 3746056. OLE color: 3746056.

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

Color convert

RGB84157-
CMYK0.860.2800.78
HSL199.59º75.38%12.75%-
HSV(B)199.59º85.96%22.35%-
XYZ1.631.934.16-
YUV32.96141.57110.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 41 (16.41% from 255) = 38.68%
BLUE value IS 57 (22.66% from 255) = 53.77%
R=7.55%
G=38.68%
B=53.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal841570.860.2800.78199.5975.3812.75
Hex82939561C04Ec84bd
Octal10517112634011631011315
Binary1000101001111001101011011100010011101100100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082939; }

 p { color: rgb(8,41,57); }

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

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

 a { background-color: rgb(8,41,57); }

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

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

 span { border-color: rgb(8,41,57); }

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