#183841

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

Shades of Nordic #183841

Tints of Nordic #183841

Color information

#183841 (or 0x183841) is unknown color: approx Nordic. HEX triplet: 18, 38 and 41. RGB value is (24,56,65). Sum of RGB (Red+Green+Blue) = 24+56+65=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #183841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183841 is #E7C7BE. Grayscale: #2F2F2F. Windows color (decimal): -15189951 or 4274200. OLE color: 4274200.

HSL color Cylindrical-coordinate representation of color #183841: hue angle of 193.17º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #183841 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB245665-
CMYK0.630.1400.75
HSL193.17º46.07%17.45%-
HSV(B)193.17º63.08%25.49%-
XYZ2.743.45.51-
YUV47.46137.9111.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 56 (22.27% from 255) = 38.62%
BLUE value IS 65 (25.78% from 255) = 44.83%
R=16.55%
G=38.62%
B=44.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2456650.630.1400.75193.1746.0717.45
Hex1838413FE04Bc12e11
Octal3070101771601133015621
Binary1100011100010000011111111110010010111100000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183841; }

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

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

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

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

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

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

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

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