#183238

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

Shades of Nordic #183238

Tints of Nordic #183238

Color information

#183238 (or 0x183238) is unknown color: approx Nordic. HEX triplet: 18, 32 and 38. RGB value is (24,50,56). Sum of RGB (Red+Green+Blue) = 24+50+56=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #183238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183238 is #E7CDC7. Grayscale: #2A2A2A. Windows color (decimal): -15191496 or 3682840. OLE color: 3682840.

HSL color Cylindrical-coordinate representation of color #183238: hue angle of 191.25º 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 #183238 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB245056-
CMYK0.570.1100.78
HSL191.25º40%15.69%-
HSV(B)191.25º57.14%21.96%-
XYZ2.232.764.16-
YUV42.91135.39114.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 56 (22.27% from 255) = 43.08%
R=18.46%
G=38.46%
B=43.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2450560.570.1100.78191.254015.69
Hex18323839B04Ebf2810
Octal306270711301162775020
Binary110001100101110001110011011010011101011111110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183238; }

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

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

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

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

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

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

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

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