#063232

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

Shades of Nordic #063232

Tints of Nordic #063232

Color information

#063232 (or 0x063232) is unknown color: approx Nordic. HEX triplet: 06, 32 and 32. RGB value is (6,50,50). Sum of RGB (Red+Green+Blue) = 6+50+50=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #063232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063232 is #F9CDCD. Grayscale: #242424. Windows color (decimal): -16371150 or 3289606. OLE color: 3289606.

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

Color convert

RGB65050-
CMYK0.88000.80
HSL180º78.57%10.98%-
HSV(B)180º88%19.61%-
XYZ1.792.553.42-
YUV36.84135.42106-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 50 (19.92% from 255) = 47.17%
R=5.66%
G=47.17%
B=47.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal650500.88000.8018078.5710.98
Hex63232580050b44fb
Octal662621300012026411713
Binary11011001011001010110000010100001011010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063232; }

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

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

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

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

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

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

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

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