#103433

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

Shades of Nordic #103433

Tints of Nordic #103433

Color information

#103433 (or 0x103433) is unknown color: approx Nordic. HEX triplet: 10, 34 and 33. RGB value is (16,52,51). Sum of RGB (Red+Green+Blue) = 16+52+51=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #103433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103433 is #EFCBCC. Grayscale: #292929. Windows color (decimal): -15715277 or 3355664. OLE color: 3355664.

HSL color Cylindrical-coordinate representation of color #103433: hue angle of 178.33º 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 #103433 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB165251-
CMYK0.6900.020.80
HSL178.33º52.94%13.33%-
HSV(B)178.33º69.23%20.39%-
XYZ2.042.813.57-
YUV41.12133.57110.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 52 (20.70% from 255) = 43.70%
BLUE value IS 51 (20.31% from 255) = 42.86%
R=13.45%
G=43.70%
B=42.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1652510.6900.020.80178.3352.9413.33
Hex103433450250b235d
Octal206463105021202626515
Binary1000011010011001110001010101010000101100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103433; }

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

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

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

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

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

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

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

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