#1B343C

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

Shades of Nordic #1B343C

Tints of Nordic #1B343C

Color information

#1B343C (or 0x1B343C) is unknown color: approx Nordic. HEX triplet: 1B, 34 and 3C. RGB value is (27,52,60). Sum of RGB (Red+Green+Blue) = 27+52+60=139 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.42% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 60 - color contains mainly: blue. Hex color #1B343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B343C is #E4CBC3. Grayscale: #2D2D2D. Windows color (decimal): -14994372 or 3945499. OLE color: 3945499.

HSL color Cylindrical-coordinate representation of color #1B343C: hue angle of 194.55º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1B343C is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB275260-
CMYK0.550.1300.76
HSL194.55º37.93%17.06%-
HSV(B)194.55º55%23.53%-
XYZ2.53.024.73-
YUV45.44136.22114.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.42%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 60 (23.83% from 255) = 43.17%
R=19.42%
G=37.41%
B=43.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2752600.550.1300.76194.5537.9317.06
Hex1B343C37D04Cc32611
Octal336474671501143034621
Binary110111101001111001101111101010011001100001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,52,60); }

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

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

 a { background-color: rgb(27,52,60); }

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

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

 span { border-color: rgb(27,52,60); }

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