#183941

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

Shades of Nordic #183941

Tints of Nordic #183941

Color information

#183941 (or 0x183941) is unknown color: approx Nordic. HEX triplet: 18, 39 and 41. RGB value is (24,57,65). Sum of RGB (Red+Green+Blue) = 24+57+65=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #183941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183941 is #E7C6BE. Grayscale: #2F2F2F. Windows color (decimal): -15189695 or 4274456. OLE color: 4274456.

HSL color Cylindrical-coordinate representation of color #183941: hue angle of 191.71º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #183941 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB245765-
CMYK0.630.1200.75
HSL191.71º46.07%17.45%-
HSV(B)191.71º63.08%25.49%-
XYZ2.793.55.53-
YUV48.04137.57110.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.44%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 65 (25.78% from 255) = 44.52%
R=16.44%
G=39.04%
B=44.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2457650.630.1200.75191.7146.0717.45
Hex1839413FC04Bc02e11
Octal3071101771401133005621
Binary1100011100110000011111111100010010111100000010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183941; }

 p { color: rgb(24,57,65); }

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

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

 a { background-color: rgb(24,57,65); }

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

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

 span { border-color: rgb(24,57,65); }

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