#063033

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

Shades of Nordic #063033

Tints of Nordic #063033

Color information

#063033 (or 0x063033) is unknown color: approx Nordic. HEX triplet: 06, 30 and 33. RGB value is (6,48,51). Sum of RGB (Red+Green+Blue) = 6+48+51=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #063033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063033 is #F9CFCC. Grayscale: #232323. Windows color (decimal): -16371661 or 3354630. OLE color: 3354630.

HSL color Cylindrical-coordinate representation of color #063033: hue angle of 184º 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 #063033 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB64851-
CMYK0.880.0600.8
HSL184º78.95%11.18%-
HSV(B)184º88.24%20%-
XYZ1.732.393.5-
YUV35.78136.59106.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 51 (20.31% from 255) = 48.57%
R=5.71%
G=45.71%
B=48.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal648510.880.0600.818478.9511.18
Hex63033586050b84fb
Octal660631306012027011713
Binary1101100001100111011000110010100001011100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063033; }

 p { color: rgb(6,48,51); }

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

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

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

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

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

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

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