#183838

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

Shades of Nordic #183838

Tints of Nordic #183838

Color information

#183838 (or 0x183838) is unknown color: approx Nordic. HEX triplet: 18, 38 and 38. RGB value is (24,56,56). Sum of RGB (Red+Green+Blue) = 24+56+56=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #183838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183838 is #E7C7C7. Grayscale: #2E2E2E. Windows color (decimal): -15189960 or 3684376. OLE color: 3684376.

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

Color convert

RGB245656-
CMYK0.57000.78
HSL180º40%15.69%-
HSV(B)180º57.14%21.96%-
XYZ2.53.314.25-
YUV46.43133.4112-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.65%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=17.65%
G=41.18%
B=41.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2456560.57000.781804015.69
Hex18383839004Eb42810
Octal30707071001162645020
Binary110001110001110001110010010011101011010010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183838; }

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

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

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

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

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

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

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

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