#1B383B

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

Shades of Nordic #1B383B

Tints of Nordic #1B383B

Color information

#1B383B (or 0x1B383B) is unknown color: approx Nordic. HEX triplet: 1B, 38 and 3B. RGB value is (27,56,59). Sum of RGB (Red+Green+Blue) = 27+56+59=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 59 - color contains mainly: blue. Hex color #1B383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B383B is #E4C7C4. Grayscale: #2F2F2F. Windows color (decimal): -14993349 or 3880987. OLE color: 3880987.

HSL color Cylindrical-coordinate representation of color #1B383B: hue angle of 185.62º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1B383B is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB275659-
CMYK0.540.0500.77
HSL185.62º37.21%16.86%-
HSV(B)185.62º54.24%23.14%-
XYZ2.663.384.65-
YUV47.67134.39113.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.01%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 59 (23.44% from 255) = 41.55%
R=19.01%
G=39.44%
B=41.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2756590.540.0500.77185.6237.2116.86
Hex1B383B36504Dba2511
Octal33707366501152724521
Binary11011111000111011110110101010011011011101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,56,59); }

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

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

 a { background-color: rgb(27,56,59); }

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

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

 span { border-color: rgb(27,56,59); }

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