#003133

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

Shades of Nordic #003133

Tints of Nordic #003133

Color information

#003133 (or 0x003133) is unknown color: approx Nordic. HEX triplet: 00, 31 and 33. RGB value is (0,49,51). Sum of RGB (Red+Green+Blue) = 0+49+51=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #003133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003133 is #FFCECC. Grayscale: #222222. Windows color (decimal): -16764621 or 3354880. OLE color: 3354880.

HSL color Cylindrical-coordinate representation of color #003133: hue angle of 182.35º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003133 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB04951-
CMYK10.0400.8
HSL182.35º100%10%-
HSV(B)182.35º100%20%-
XYZ1.72.443.51-
YUV34.58137.27103.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 51 (20.31% from 255) = 51%
R=0%
G=49%
B=51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal0495110.0400.8182.3510010
Hex03133644050b664a
Octal061631444012026614412
Binary01100011100111100100100010100001011011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003133; }

 p { color: rgb(0,49,51); }

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

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

 a { background-color: rgb(0,49,51); }

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

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

 span { border-color: rgb(0,49,51); }

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