Html Css Color HEX #0A312F Nordic

📋 copy color: '#0A312F'

red 10 ◦ green 49 ◦ blue 47

#0A312F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #0A312F

Tints of Nordic #0A312F

RGB

 RED value IS 10 (4.3% from 255) = 9.43%

 GREEN value IS 49 (19.53% from 255) = 46.23%

 BLUE value IS 47 (18.75% from 255) = 44.34%

R = 9.43%
G = 46.23%
B = 44.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#0A312F (or 0x0A312F) is known color: Nordic. HEX triplet: 0A, 31 and 2F. RGB value is (10,49,47). Sum of RGB (Red+Green+Blue) = 10+49+47=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #0A312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A312F is #F5CED0. Grayscale: #252525. Windows color (decimal): -16109265 or 3092746. OLE color: 3092746.

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

Color convert

RGB 10 49 47 -
CMYK 0.80 0 0.04 0.81
HSL 176.92º 0.66% 0.12% -
HSV(B) 176.92º 0.8% 0.19% -
XYZ 1.74 2.47 3.07 -
YUV 37.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 10 49 47 0.80 0 0.04 0.81 176.92 0.66 0.12
Hex A 31 2F 50 0 4 51 B1 42 C
Octal 12 61 57 120 0 4 121 261 102 14
Binary 1010 110001 101111 1010000 0 100 1010001 10110001 1000010 1100

Color Harmonies of #0A312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A312F

Black with #0A312F

Text Example


Text Example

White with #0A312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A312F;
 }
 .AnyTagClassName
 {
   color: #0A312F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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