#18383C

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

Shades of Nordic #18383C

Tints of Nordic #18383C

Color information

#18383C (or 0x18383C) is unknown color: approx Nordic. HEX triplet: 18, 38 and 3C. RGB value is (24,56,60). Sum of RGB (Red+Green+Blue) = 24+56+60=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 60 - color contains mainly: blue. Hex color #18383C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18383C is #E7C7C3. Grayscale: #2E2E2E. Windows color (decimal): -15189956 or 3946520. OLE color: 3946520.

HSL color Cylindrical-coordinate representation of color #18383C: hue angle of 186.67º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18383C is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB245660-
CMYK0.600.0700.76
HSL186.67º42.86%16.47%-
HSV(B)186.67º60%23.53%-
XYZ2.613.354.78-
YUV46.89135.4111.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.14%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 60 (23.83% from 255) = 42.86%
R=17.14%
G=40%
B=42.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2456600.600.0700.76186.6742.8616.47
Hex18383C3C704Cbb2b10
Octal30707474701142735320
Binary11000111000111100111100111010011001011101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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