#1D3536

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

Shades of Nordic #1D3536

Tints of Nordic #1D3536

Color information

#1D3536 (or 0x1D3536) is unknown color: approx Nordic. HEX triplet: 1D, 35 and 36. RGB value is (29,53,54). Sum of RGB (Red+Green+Blue) = 29+53+54=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D3536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3536 is #E2CAC9. Grayscale: #2D2D2D. Windows color (decimal): -14863050 or 3552541. OLE color: 3552541.

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

Color convert

RGB295354-
CMYK0.460.0200.79
HSL182.4º30.12%16.27%-
HSV(B)182.4º46.3%21.18%-
XYZ2.453.073.95-
YUV45.94132.55115.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.32%
GREEN value IS 53 (21.09% from 255) = 38.97%
BLUE value IS 54 (21.48% from 255) = 39.71%
R=21.32%
G=38.97%
B=39.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2953540.460.0200.79182.430.1216.27
Hex1D35362E204Fb61e10
Octal35656656201172663620
Binary111011101011101101011101001001111101101101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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