#083232

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

Shades of Nordic #083232

Tints of Nordic #083232

Color information

#083232 (or 0x083232) is unknown color: approx Nordic. HEX triplet: 08, 32 and 32. RGB value is (8,50,50). Sum of RGB (Red+Green+Blue) = 8+50+50=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #083232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083232 is #F7CDCD. Grayscale: #252525. Windows color (decimal): -16240078 or 3289608. OLE color: 3289608.

HSL color Cylindrical-coordinate representation of color #083232: hue angle of 180º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083232 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB85050-
CMYK0.84000.80
HSL180º72.41%11.37%-
HSV(B)180º84%19.61%-
XYZ1.822.563.42-
YUV37.44135.09107-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 50 (19.92% from 255) = 46.30%
R=7.41%
G=46.30%
B=46.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850500.84000.8018072.4111.37
Hex83232540050b448b
Octal1062621240012026411013
Binary100011001011001010101000010100001011010010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083232; }

 p { color: rgb(8,50,50); }

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

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

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

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

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

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

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