#123232

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

Shades of Nordic #123232

Tints of Nordic #123232

Color information

#123232 (or 0x123232) is unknown color: approx Nordic. HEX triplet: 12, 32 and 32. RGB value is (18,50,50). Sum of RGB (Red+Green+Blue) = 18+50+50=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #123232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123232 is #EDCDCD. Grayscale: #282828. Windows color (decimal): -15584718 or 3289618. OLE color: 3289618.

HSL color Cylindrical-coordinate representation of color #123232: hue angle of 180º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123232 is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB185050-
CMYK0.64000.80
HSL180º47.06%13.33%-
HSV(B)180º64%19.61%-
XYZ1.972.643.42-
YUV40.43133.4112-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 50 (19.92% from 255) = 42.37%
BLUE value IS 50 (19.92% from 255) = 42.37%
R=15.25%
G=42.37%
B=42.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1850500.64000.8018047.0613.33
Hex123232400050b42fd
Octal226262100001202645715
Binary100101100101100101000000001010000101101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123232; }

 p { color: rgb(18,50,50); }

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

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

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

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

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

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

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