#18383D

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

Shades of Nordic #18383D

Tints of Nordic #18383D

Color information

#18383D (or 0x18383D) is unknown color: approx Nordic. HEX triplet: 18, 38 and 3D. RGB value is (24,56,61). Sum of RGB (Red+Green+Blue) = 24+56+61=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #18383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18383D is #E7C7C2. Grayscale: #2E2E2E. Windows color (decimal): -15189955 or 4012056. OLE color: 4012056.

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

Color convert

RGB245661-
CMYK0.610.0800.76
HSL188.11º43.53%16.67%-
HSV(B)188.11º60.66%23.92%-
XYZ2.633.364.92-
YUV47135.9111.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.02%
GREEN value IS 56 (22.27% from 255) = 39.72%
BLUE value IS 61 (24.22% from 255) = 43.26%
R=17.02%
G=39.72%
B=43.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2456610.610.0800.76188.1143.5316.67
Hex18383D3D804Cbc2c11
Octal307075751001142745421
Binary110001110001111011111011000010011001011110010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18383D; }

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

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

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

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

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

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

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

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