Html Css Color HEX #09313D Nordic

📋 copy color: '#09313D'

red 9 ◦ green 49 ◦ blue 61

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

Shades of Nordic #09313D

Tints of Nordic #09313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 51.26%

R = 7.56%
G = 41.18%
B = 51.26%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09313D (or 0x09313D) is known color: Nordic. HEX triplet: 09, 31 and 3D. RGB value is (9,49,61). Sum of RGB (Red+Green+Blue) = 9+49+61=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #09313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09313D is #F6CEC2. Grayscale: #262626. Windows color (decimal): -16174787 or 4010249. OLE color: 4010249.

HSL color Cylindrical-coordinate representation of color #09313D: hue angle of 193.85º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09313D is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 49 61 -
CMYK 0.85 0.20 0 0.76
HSL 193.85º 0.74% 0.14% -
HSV(B) 193.85º 0.85% 0.24% -
XYZ 2.05 2.59 4.81 -
YUV 38.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 9 49 61 0.85 0.20 0 0.76 193.85 0.74 0.14
Hex 9 31 3D 55 14 0 4C C2 4A E
Octal 11 61 75 125 24 0 114 302 112 16
Binary 1001 110001 111101 1010101 10100 0 1001100 11000010 1001010 1110

Color Harmonies of #09313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09313D

Black with #09313D

Text Example


Text Example

White with #09313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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