#103231

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

Shades of Nordic #103231

Tints of Nordic #103231

Color information

#103231 (or 0x103231) is unknown color: approx Nordic. HEX triplet: 10, 32 and 31. RGB value is (16,50,49). Sum of RGB (Red+Green+Blue) = 16+50+49=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #103231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103231 is #EFCDCE. Grayscale: #272727. Windows color (decimal): -15715791 or 3224080. OLE color: 3224080.

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

Color convert

RGB165049-
CMYK0.6800.020.80
HSL178.24º51.52%12.94%-
HSV(B)178.24º68%19.61%-
XYZ1.912.613.31-
YUV39.72133.24111.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.91%
GREEN value IS 50 (19.92% from 255) = 43.48%
BLUE value IS 49 (19.53% from 255) = 42.61%
R=13.91%
G=43.48%
B=42.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1650490.6800.020.80178.2451.5212.94
Hex103231440250b234d
Octal206261104021202626415
Binary1000011001011000110001000101010000101100101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103231; }

 p { color: rgb(16,50,49); }

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

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

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

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

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

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

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