#18383B

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

Shades of Nordic #18383B

Tints of Nordic #18383B

Color information

#18383B (or 0x18383B) is unknown color: approx Nordic. HEX triplet: 18, 38 and 3B. RGB value is (24,56,59). Sum of RGB (Red+Green+Blue) = 24+56+59=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 59 - color contains mainly: blue. Hex color #18383B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18383B is #E7C7C4. Grayscale: #2E2E2E. Windows color (decimal): -15189957 or 3880984. OLE color: 3880984.

HSL color Cylindrical-coordinate representation of color #18383B: hue angle of 185.14º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18383B is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB245659-
CMYK0.590.0500.77
HSL185.14º42.17%16.27%-
HSV(B)185.14º59.32%23.14%-
XYZ2.583.344.65-
YUV46.77134.9111.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 56 (22.27% from 255) = 40.29%
BLUE value IS 59 (23.44% from 255) = 42.45%
R=17.27%
G=40.29%
B=42.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2456590.590.0500.77185.1442.1716.27
Hex18383B3B504Db92a10
Octal30707373501152715220
Binary11000111000111011111011101010011011011100110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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