Html Css Color HEX #09313A Nordic

📋 copy color: '#09313A'

red 9 ◦ green 49 ◦ blue 58

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

Shades of Nordic #09313A

Tints of Nordic #09313A

RGB

 RED value IS 9 (3.91% from 255) = 7.76%

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

 BLUE value IS 58 (23.05% from 255) = 50%

R = 7.76%
G = 42.24%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#09313A (or 0x09313A) is known color: Nordic. HEX triplet: 09, 31 and 3A. RGB value is (9,49,58). Sum of RGB (Red+Green+Blue) = 9+49+58=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #09313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09313A is #F6CEC5. Grayscale: #252525. Windows color (decimal): -16174790 or 3813641. OLE color: 3813641.

HSL color Cylindrical-coordinate representation of color #09313A: hue angle of 191.02º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09313A is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 49 58 -
CMYK 0.84 0.16 0 0.77
HSL 191.02º 0.73% 0.13% -
HSV(B) 191.02º 0.84% 0.23% -
XYZ 1.97 2.56 4.39 -
YUV 38.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 9 49 58 0.84 0.16 0 0.77 191.02 0.73 0.13
Hex 9 31 3A 54 10 0 4D BF 49 D
Octal 11 61 72 124 20 0 115 277 111 15
Binary 1001 110001 111010 1010100 10000 0 1001101 10111111 1001001 1101

Color Harmonies of #09313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09313A

Black with #09313A

Text Example


Text Example

White with #09313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09313A; }

 p { color: rgb(9,49,58); }

 H1.HeaderClassName
 {
   color: #09313A;
 }
 .AnyTagClassName
 {
   color: #09313A;
 }
</style>

background-color css

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

 a { background-color: rgb(9,49,58); }

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

border-color css

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

 span { border-color: rgb(9,49,58); }

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