#103334

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

Shades of Nordic #103334

Tints of Nordic #103334

Color information

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

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

Color convert

RGB165152-
CMYK0.690.0200.80
HSL181.67º52.94%13.33%-
HSV(B)181.67º69.23%20.39%-
XYZ2.022.733.67-
YUV40.65134.4110.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1651520.690.0200.80181.6752.9413.33
Hex103334452050b635d
Octal206364105201202666515
Binary1000011001111010010001011001010000101101101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103334; }

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

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

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

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

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

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

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

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