#1D3235

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

Shades of Nordic #1D3235

Tints of Nordic #1D3235

Color information

#1D3235 (or 0x1D3235) is unknown color: approx Nordic. HEX triplet: 1D, 32 and 35. RGB value is (29,50,53). Sum of RGB (Red+Green+Blue) = 29+50+53=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 53 - color contains mainly: blue. Hex color #1D3235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3235 is #E2CDCA. Grayscale: #2C2C2C. Windows color (decimal): -14863819 or 3486237. OLE color: 3486237.

HSL color Cylindrical-coordinate representation of color #1D3235: hue angle of 187.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D3235 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB295053-
CMYK0.450.0600.79
HSL187.5º29.27%16.08%-
HSV(B)187.5º45.28%20.78%-
XYZ2.292.83.79-
YUV44.06133.04117.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.97%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 53 (21.09% from 255) = 40.15%
R=21.97%
G=37.88%
B=40.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2950530.450.0600.79187.529.2716.08
Hex1D32352D604Fbc1d10
Octal35626555601172743520
Binary1110111001011010110110111001001111101111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D3235; }

 p { color: rgb(29,50,53); }

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

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

 a { background-color: rgb(29,50,53); }

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

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

 span { border-color: rgb(29,50,53); }

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