#183438

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

Shades of Nordic #183438

Tints of Nordic #183438

Color information

#183438 (or 0x183438) is unknown color: approx Nordic. HEX triplet: 18, 34 and 38. RGB value is (24,52,56). Sum of RGB (Red+Green+Blue) = 24+52+56=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #183438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183438 is #E7CBC7. Grayscale: #2C2C2C. Windows color (decimal): -15190984 or 3683352. OLE color: 3683352.

HSL color Cylindrical-coordinate representation of color #183438: hue angle of 187.5º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #183438 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB245256-
CMYK0.570.0700.78
HSL187.5º40%15.69%-
HSV(B)187.5º57.14%21.96%-
XYZ2.322.944.19-
YUV44.08134.72113.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.18%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 56 (22.27% from 255) = 42.42%
R=18.18%
G=39.39%
B=42.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2452560.570.0700.78187.54015.69
Hex18343839704Ebc2810
Octal30647071701162745020
Binary11000110100111000111001111010011101011110010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183438; }

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

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

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

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

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

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

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

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