Html Css Color HEX #093031 Nordic

📋 copy color: '#093031'

red 9 ◦ green 48 ◦ blue 49

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

Shades of Nordic #093031

Tints of Nordic #093031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 45.28%

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

R = 8.49%
G = 45.28%
B = 46.23%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#093031 (or 0x093031) is known color: Nordic. HEX triplet: 09, 30 and 31. RGB value is (9,48,49). Sum of RGB (Red+Green+Blue) = 9+48+49=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #093031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093031 is #F6CFCE. Grayscale: #242424. Windows color (decimal): -16175055 or 3223561. OLE color: 3223561.

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

Color convert

RGB 9 48 49 -
CMYK 0.82 0.02 0 0.81
HSL 181.5º 0.69% 0.11% -
HSV(B) 181.5º 0.82% 0.19% -
XYZ 1.72 2.39 3.28 -
YUV 36.45 135.08 108.42 -
System Red Green Blue C M Y K H S L
Decimal 9 48 49 0.82 0.02 0 0.81 181.5 0.69 0.11
Hex 9 30 31 52 2 0 51 B6 45 B
Octal 11 60 61 122 2 0 121 266 105 13
Binary 1001 110000 110001 1010010 10 0 1010001 10110110 1000101 1011

Color Harmonies of #093031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093031

Black with #093031

Text Example


Text Example

White with #093031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093031; }

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

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

background-color css

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

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

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

border-color css

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

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

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