#183234

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

Shades of Nordic #183234

Tints of Nordic #183234

Color information

#183234 (or 0x183234) is unknown color: approx Nordic. HEX triplet: 18, 32 and 34. RGB value is (24,50,52). Sum of RGB (Red+Green+Blue) = 24+50+52=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 52 - color contains mainly: blue. Hex color #183234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183234 is #E7CDCB. Grayscale: #2A2A2A. Windows color (decimal): -15191500 or 3420696. OLE color: 3420696.

HSL color Cylindrical-coordinate representation of color #183234: hue angle of 184.29º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #183234 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB245052-
CMYK0.540.0400.80
HSL184.29º36.84%14.9%-
HSV(B)184.29º53.85%20.39%-
XYZ2.142.723.66-
YUV42.45133.39114.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 50 (19.92% from 255) = 39.68%
BLUE value IS 52 (20.70% from 255) = 41.27%
R=19.05%
G=39.68%
B=41.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2450520.540.0400.80184.2936.8414.9
Hex183234364050b825f
Octal30626466401202704517
Binary1100011001011010011011010001010000101110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183234; }

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

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

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

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

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

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

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

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