#183338

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

Shades of Nordic #183338

Tints of Nordic #183338

Color information

#183338 (or 0x183338) is unknown color: approx Nordic. HEX triplet: 18, 33 and 38. RGB value is (24,51,56). Sum of RGB (Red+Green+Blue) = 24+51+56=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: blue. Hex color #183338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183338 is #E7CCC7. Grayscale: #2B2B2B. Windows color (decimal): -15191240 or 3683096. OLE color: 3683096.

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

Color convert

RGB245156-
CMYK0.570.0900.78
HSL189.38º40%15.69%-
HSV(B)189.38º57.14%21.96%-
XYZ2.272.854.17-
YUV43.5135.05114.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 51 (20.31% from 255) = 38.93%
BLUE value IS 56 (22.27% from 255) = 42.75%
R=18.32%
G=38.93%
B=42.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2451560.570.0900.78189.384015.69
Hex18333839904Ebd2810
Octal306370711101162755020
Binary110001100111110001110011001010011101011110110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183338; }

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

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

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

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

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

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

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

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