#082838

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

Shades of Tangaroa #082838

Tints of Tangaroa #082838

Color information

#082838 (or 0x082838) is unknown color: approx Tangaroa. HEX triplet: 08, 28 and 38. RGB value is (8,40,56). Sum of RGB (Red+Green+Blue) = 8+40+56=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #082838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082838 is #F7D7C7. Grayscale: #202020. Windows color (decimal): -16242632 or 3680264. OLE color: 3680264.

HSL color Cylindrical-coordinate representation of color #082838: hue angle of 200º 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 #082838 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB84056-
CMYK0.860.2900.78
HSL200º75%12.55%-
HSV(B)200º85.71%21.96%-
XYZ1.571.854.02-
YUV32.26141.4110.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 40 (16.02% from 255) = 38.46%
BLUE value IS 56 (22.27% from 255) = 53.85%
R=7.69%
G=38.46%
B=53.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal840560.860.2900.782007512.55
Hex82838561D04Ec84bd
Octal10507012635011631011315
Binary1000101000111000101011011101010011101100100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082838; }

 p { color: rgb(8,40,56); }

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

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

 a { background-color: rgb(8,40,56); }

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

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

 span { border-color: rgb(8,40,56); }

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