#183233

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

Shades of Nordic #183233

Tints of Nordic #183233

Color information

#183233 (or 0x183233) is unknown color: approx Nordic. HEX triplet: 18, 32 and 33. RGB value is (24,50,51). Sum of RGB (Red+Green+Blue) = 24+50+51=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 51 - color contains mainly: blue. Hex color #183233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183233 is #E7CDCC. Grayscale: #2A2A2A. Windows color (decimal): -15191501 or 3355160. OLE color: 3355160.

HSL color Cylindrical-coordinate representation of color #183233: hue angle of 182.22º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #183233 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB245051-
CMYK0.530.0200.8
HSL182.22º36%14.71%-
HSV(B)182.22º52.94%20%-
XYZ2.112.713.54-
YUV42.34132.89114.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 51 (20.31% from 255) = 40.8%
R=19.2%
G=40%
B=40.8%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2450510.530.0200.8182.223614.71
Hex183233352050b624f
Octal30626365201202664417
Binary110001100101100111101011001010000101101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183233; }

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

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

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

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

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

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

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

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