Html Css Color HEX #093232 Nordic

📋 copy color: '#093232'

red 9 ◦ green 50 ◦ blue 50

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

Shades of Nordic #093232

Tints of Nordic #093232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 45.87%

R = 8.26%
G = 45.87%
B = 45.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#093232 (or 0x093232) is known color: Nordic. HEX triplet: 09, 32 and 32. RGB value is (9,50,50). Sum of RGB (Red+Green+Blue) = 9+50+50=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #093232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093232 is #F6CDCD. Grayscale: #252525. Windows color (decimal): -16174542 or 3289609. OLE color: 3289609.

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

Color convert

RGB 9 50 50 -
CMYK 0.82 0 0 0.80
HSL 180º 0.69% 0.12% -
HSV(B) 180º 0.82% 0.2% -
XYZ 1.83 2.57 3.42 -
YUV 37.74 134.92 107.5 -
System Red Green Blue C M Y K H S L
Decimal 9 50 50 0.82 0 0 0.80 180 0.69 0.12
Hex 9 32 32 52 0 0 50 B4 45 C
Octal 11 62 62 122 0 0 120 264 105 14
Binary 1001 110010 110010 1010010 0 0 1010000 10110100 1000101 1100

Color Harmonies of #093232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093232

Black with #093232

Text Example


Text Example

White with #093232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093232; }

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

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

background-color css

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

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

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

border-color css

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

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

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