#103034

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

Shades of Nordic #103034

Tints of Nordic #103034

Color information

#103034 (or 0x103034) is unknown color: approx Nordic. HEX triplet: 10, 30 and 34. RGB value is (16,48,52). Sum of RGB (Red+Green+Blue) = 16+48+52=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #103034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103034 is #EFCFCB. Grayscale: #262626. Windows color (decimal): -15716300 or 3420176. OLE color: 3420176.

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

Color convert

RGB164852-
CMYK0.690.0800.80
HSL186.67º52.94%13.33%-
HSV(B)186.67º69.23%20.39%-
XYZ1.892.473.63-
YUV38.89135.4111.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 52 (20.70% from 255) = 44.83%
R=13.79%
G=41.38%
B=44.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1648520.690.0800.80186.6752.9413.33
Hex103034458050bb35d
Octal2060641051001202736515
Binary100001100001101001000101100001010000101110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103034; }

 p { color: rgb(16,48,52); }

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

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

 a { background-color: rgb(16,48,52); }

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

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

 span { border-color: rgb(16,48,52); }

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