Html Css Color HEX #093131 Nordic

📋 copy color: '#093131'

red 9 ◦ green 49 ◦ blue 49

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

Shades of Nordic #093131

Tints of Nordic #093131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 45.79%

R = 8.41%
G = 45.79%
B = 45.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#093131 (or 0x093131) is known color: Nordic. HEX triplet: 09, 31 and 31. RGB value is (9,49,49). Sum of RGB (Red+Green+Blue) = 9+49+49=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #093131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093131 is #F6CECE. Grayscale: #252525. Windows color (decimal): -16174799 or 3223817. OLE color: 3223817.

HSL color Cylindrical-coordinate representation of color #093131: hue angle of 180º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093131 is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 49 49 -
CMYK 0.82 0 0 0.81
HSL 180º 0.69% 0.11% -
HSV(B) 180º 0.82% 0.19% -
XYZ 1.77 2.48 3.29 -
YUV 37.04 134.75 108 -
System Red Green Blue C M Y K H S L
Decimal 9 49 49 0.82 0 0 0.81 180 0.69 0.11
Hex 9 31 31 52 0 0 51 B4 45 B
Octal 11 61 61 122 0 0 121 264 105 13
Binary 1001 110001 110001 1010010 0 0 1010001 10110100 1000101 1011

Color Harmonies of #093131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093131

Black with #093131

Text Example


Text Example

White with #093131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093131; }

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

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

background-color css

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

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

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

border-color css

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

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

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