#1B3536

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

Shades of Nordic #1B3536

Tints of Nordic #1B3536

Color information

#1B3536 (or 0x1B3536) is unknown color: approx Nordic. HEX triplet: 1B, 35 and 36. RGB value is (27,53,54). Sum of RGB (Red+Green+Blue) = 27+53+54=134 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.15% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 54 - color contains mainly: blue. Hex color #1B3536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3536 is #E4CAC9. Grayscale: #2D2D2D. Windows color (decimal): -14994122 or 3552539. OLE color: 3552539.

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

Color convert

RGB275354-
CMYK0.50.0200.79
HSL182.22º33.33%15.88%-
HSV(B)182.22º50%21.18%-
XYZ2.393.053.95-
YUV45.34132.89114.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.15%
GREEN value IS 53 (21.09% from 255) = 39.55%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=20.15%
G=39.55%
B=40.30%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2753540.50.0200.79182.2233.3315.88
Hex1B353632204Fb62110
Octal33656662201172664120
Binary1101111010111011011001010010011111011011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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