#183C3D

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

Shades of Nordic #183C3D

Tints of Nordic #183C3D

Color information

#183C3D (or 0x183C3D) is unknown color: approx Nordic. HEX triplet: 18, 3C and 3D. RGB value is (24,60,61). Sum of RGB (Red+Green+Blue) = 24+60+61=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 61 - color contains mainly: blue. Hex color #183C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183C3D is #E7C3C2. Grayscale: #313131. Windows color (decimal): -15188931 or 4013080. OLE color: 4013080.

HSL color Cylindrical-coordinate representation of color #183C3D: hue angle of 181.62º 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 #183C3D is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB246061-
CMYK0.610.0200.76
HSL181.62º43.53%16.67%-
HSV(B)181.62º60.66%23.92%-
XYZ2.833.764.99-
YUV49.35134.57109.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 60 (23.83% from 255) = 41.38%
BLUE value IS 61 (24.22% from 255) = 42.07%
R=16.55%
G=41.38%
B=42.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2460610.610.0200.76181.6243.5316.67
Hex183C3D3D204Cb62c11
Octal30747575201142665421
Binary1100011110011110111110110010011001011011010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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