#183B3D

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

Shades of Nordic #183B3D

Tints of Nordic #183B3D

Color information

#183B3D (or 0x183B3D) is unknown color: approx Nordic. HEX triplet: 18, 3B and 3D. RGB value is (24,59,61). Sum of RGB (Red+Green+Blue) = 24+59+61=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #183B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183B3D is #E7C4C2. Grayscale: #303030. Windows color (decimal): -15189187 or 4012824. OLE color: 4012824.

HSL color Cylindrical-coordinate representation of color #183B3D: hue angle of 183.24º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #183B3D is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB245961-
CMYK0.610.0300.76
HSL183.24º43.53%16.67%-
HSV(B)183.24º60.66%23.92%-
XYZ2.783.664.97-
YUV48.76134.9110.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.67%
GREEN value IS 59 (23.44% from 255) = 40.97%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=16.67%
G=40.97%
B=42.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2459610.610.0300.76183.2443.5316.67
Hex183B3D3D304Cb72c11
Octal30737575301142675421
Binary1100011101111110111110111010011001011011110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183B3D; }

 p { color: rgb(24,59,61); }

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

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

 a { background-color: rgb(24,59,61); }

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

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

 span { border-color: rgb(24,59,61); }

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