#183638

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

Shades of Nordic #183638

Tints of Nordic #183638

Color information

#183638 (or 0x183638) is unknown color: approx Nordic. HEX triplet: 18, 36 and 38. RGB value is (24,54,56). Sum of RGB (Red+Green+Blue) = 24+54+56=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 56 - color contains mainly: blue. Hex color #183638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183638 is #E7C9C7. Grayscale: #2D2D2D. Windows color (decimal): -15190472 or 3683864. OLE color: 3683864.

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

Color convert

RGB245456-
CMYK0.570.0400.78
HSL183.75º40%15.69%-
HSV(B)183.75º57.14%21.96%-
XYZ2.413.124.22-
YUV45.26134.06112.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 54 (21.48% from 255) = 40.30%
BLUE value IS 56 (22.27% from 255) = 41.79%
R=17.91%
G=40.30%
B=41.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2454560.570.0400.78183.754015.69
Hex18363839404Eb82810
Octal30667071401162705020
Binary11000110110111000111001100010011101011100010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183638; }

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

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

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

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

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

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

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

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