Html Css Color HEX #092F31 Nordic

📋 copy color: '#092F31'

red 9 ◦ green 47 ◦ blue 49

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

Shades of Nordic #092F31

Tints of Nordic #092F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 44.76%

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

R = 8.57%
G = 44.76%
B = 46.67%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#092F31 (or 0x092F31) is known color: Nordic. HEX triplet: 09, 2F and 31. RGB value is (9,47,49). Sum of RGB (Red+Green+Blue) = 9+47+49=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #092F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F31 is #F6D0CE. Grayscale: #232323. Windows color (decimal): -16175311 or 3223305. OLE color: 3223305.

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

Color convert

RGB 9 47 49 -
CMYK 0.82 0.04 0 0.81
HSL 183º 0.69% 0.11% -
HSV(B) 183º 0.82% 0.19% -
XYZ 1.68 2.31 3.26 -
YUV 35.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 9 47 49 0.82 0.04 0 0.81 183 0.69 0.11
Hex 9 2F 31 52 4 0 51 B7 45 B
Octal 11 57 61 122 4 0 121 267 105 13
Binary 1001 101111 110001 1010010 100 0 1010001 10110111 1000101 1011

Color Harmonies of #092F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F31

Black with #092F31

Text Example


Text Example

White with #092F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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