#1B383A

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

Shades of Nordic #1B383A

Tints of Nordic #1B383A

Color information

#1B383A (or 0x1B383A) is unknown color: approx Nordic. HEX triplet: 1B, 38 and 3A. RGB value is (27,56,58). Sum of RGB (Red+Green+Blue) = 27+56+58=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 58 - color contains mainly: blue. Hex color #1B383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B383A is #E4C7C5. Grayscale: #2F2F2F. Windows color (decimal): -14993350 or 3815451. OLE color: 3815451.

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

Color convert

RGB275658-
CMYK0.530.0300.77
HSL183.87º36.47%16.67%-
HSV(B)183.87º53.45%22.75%-
XYZ2.633.374.51-
YUV47.56133.89113.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.15%
GREEN value IS 56 (22.27% from 255) = 39.72%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=19.15%
G=39.72%
B=41.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2756580.530.0300.77183.8736.4716.67
Hex1B383A35304Db82411
Octal33707265301152704421
Binary1101111100011101011010111010011011011100010010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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