#0A2B31

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

Shades of Nordic #0A2B31

Tints of Nordic #0A2B31

Color information

#0A2B31 (or 0x0A2B31) is unknown color: approx Nordic. HEX triplet: 0A, 2B and 31. RGB value is (10,43,49). Sum of RGB (Red+Green+Blue) = 10+43+49=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 43 (17.19% from 255 or 42.16% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A2B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2B31 is #F5D4CE. Grayscale: #212121. Windows color (decimal): -16110799 or 3222282. OLE color: 3222282.

HSL color Cylindrical-coordinate representation of color #0A2B31: hue angle of 189.23º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A2B31 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB104349-
CMYK0.800.1200.81
HSL189.23º66.1%11.57%-
HSV(B)189.23º79.59%19.22%-
XYZ1.542.013.21-
YUV33.82136.57111.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.80%
GREEN value IS 43 (17.19% from 255) = 42.16%
BLUE value IS 49 (19.53% from 255) = 48.04%
R=9.80%
G=42.16%
B=48.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1043490.800.1200.81189.2366.111.57
HexA2B3150C051bd42c
Octal12536112014012127510214
Binary101010101111000110100001100010100011011110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A2B31; }

 p { color: rgb(10,43,49); }

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

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

 a { background-color: rgb(10,43,49); }

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

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

 span { border-color: rgb(10,43,49); }

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