Html Css Color HEX #093231 Nordic

📋 copy color: '#093231'

red 9 ◦ green 50 ◦ blue 49

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

Shades of Nordic #093231

Tints of Nordic #093231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 46.3%

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

R = 8.33%
G = 46.3%
B = 45.37%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#093231 (or 0x093231) is known color: Nordic. HEX triplet: 09, 32 and 31. RGB value is (9,50,49). Sum of RGB (Red+Green+Blue) = 9+50+49=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #093231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093231 is #F6CDCE. Grayscale: #252525. Windows color (decimal): -16174543 or 3224073. OLE color: 3224073.

HSL color Cylindrical-coordinate representation of color #093231: hue angle of 178.54º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093231 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 50 49 -
CMYK 0.82 0 0.02 0.80
HSL 178.54º 0.69% 0.12% -
HSV(B) 178.54º 0.82% 0.2% -
XYZ 1.81 2.56 3.3 -
YUV 37.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 9 50 49 0.82 0 0.02 0.80 178.54 0.69 0.12
Hex 9 32 31 52 0 2 50 B3 45 C
Octal 11 62 61 122 0 2 120 263 105 14
Binary 1001 110010 110001 1010010 0 10 1010000 10110011 1000101 1100

Color Harmonies of #093231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093231

Black with #093231

Text Example


Text Example

White with #093231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093231; }

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

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

background-color css

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

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

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

border-color css

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

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

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