#153337

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

Shades of Nordic #153337

Tints of Nordic #153337

Color information

#153337 (or 0x153337) is unknown color: approx Nordic. HEX triplet: 15, 33 and 37. RGB value is (21,51,55). Sum of RGB (Red+Green+Blue) = 21+51+55=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 55 - color contains mainly: blue. Hex color #153337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153337 is #EACCC8. Grayscale: #2A2A2A. Windows color (decimal): -15387849 or 3617557. OLE color: 3617557.

HSL color Cylindrical-coordinate representation of color #153337: hue angle of 187.06º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153337 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB215155-
CMYK0.620.0700.78
HSL187.06º44.74%14.9%-
HSV(B)187.06º61.82%21.57%-
XYZ2.182.84.04-
YUV42.49135.06112.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 51 (20.31% from 255) = 40.16%
BLUE value IS 55 (21.88% from 255) = 43.31%
R=16.54%
G=40.16%
B=43.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2151550.620.0700.78187.0644.7414.9
Hex1533373E704Ebb2df
Octal25636776701162735517
Binary1010111001111011111111011101001110101110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153337; }

 p { color: rgb(21,51,55); }

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

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

 a { background-color: rgb(21,51,55); }

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

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

 span { border-color: rgb(21,51,55); }

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