#153335

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

Shades of Nordic #153335

Tints of Nordic #153335

Color information

#153335 (or 0x153335) is unknown color: approx Nordic. HEX triplet: 15, 33 and 35. RGB value is (21,51,53). Sum of RGB (Red+Green+Blue) = 21+51+53=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 53 - color contains mainly: blue. Hex color #153335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153335 is #EACCCA. Grayscale: #2A2A2A. Windows color (decimal): -15387851 or 3486485. OLE color: 3486485.

HSL color Cylindrical-coordinate representation of color #153335: hue angle of 183.75º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153335 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB215153-
CMYK0.600.0400.79
HSL183.75º43.24%14.51%-
HSV(B)183.75º60.38%20.78%-
XYZ2.142.783.79-
YUV42.26134.06112.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 51 (20.31% from 255) = 40.8%
BLUE value IS 53 (21.09% from 255) = 42.4%
R=16.8%
G=40.8%
B=42.4%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2151530.600.0400.79183.7543.2414.51
Hex1533353C404Fb82bf
Octal25636574401172705317
Binary1010111001111010111110010001001111101110001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153335; }

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

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

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

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

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

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

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

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