#153338

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

Shades of Nordic #153338

Tints of Nordic #153338

Color information

#153338 (or 0x153338) is unknown color: approx Nordic. HEX triplet: 15, 33 and 38. RGB value is (21,51,56). Sum of RGB (Red+Green+Blue) = 21+51+56=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #153338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153338 is #EACCC7. Grayscale: #2A2A2A. Windows color (decimal): -15387848 or 3683093. OLE color: 3683093.

HSL color Cylindrical-coordinate representation of color #153338: hue angle of 188.57º 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 #153338 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB215156-
CMYK0.630.0900.78
HSL188.57º45.45%15.1%-
HSV(B)188.57º62.5%21.96%-
XYZ2.212.814.17-
YUV42.6135.56112.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 56 (22.27% from 255) = 43.75%
R=16.41%
G=39.84%
B=43.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2151560.630.0900.78188.5745.4515.1
Hex1533383F904Ebd2df
Octal256370771101162755517
Binary10101110011111000111111100101001110101111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153338; }

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

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

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

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

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

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

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

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