Html Css Color HEX #093432 Nordic

📋 copy color: '#093432'

red 9 ◦ green 52 ◦ blue 50

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

Shades of Nordic #093432

Tints of Nordic #093432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.85%

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

R = 8.11%
G = 46.85%
B = 45.05%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#093432 (or 0x093432) is known color: Nordic. HEX triplet: 09, 34 and 32. RGB value is (9,52,50). Sum of RGB (Red+Green+Blue) = 9+52+50=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #093432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093432 is #F6CBCD. Grayscale: #262626. Windows color (decimal): -16174030 or 3290121. OLE color: 3290121.

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

Color convert

RGB 9 52 50 -
CMYK 0.83 0 0.04 0.80
HSL 177.21º 0.7% 0.12% -
HSV(B) 177.21º 0.83% 0.2% -
XYZ 1.92 2.74 3.45 -
YUV 38.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 9 52 50 0.83 0 0.04 0.80 177.21 0.7 0.12
Hex 9 34 32 53 0 4 50 B1 46 C
Octal 11 64 62 123 0 4 120 261 106 14
Binary 1001 110100 110010 1010011 0 100 1010000 10110001 1000110 1100

Color Harmonies of #093432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093432

Black with #093432

Text Example


Text Example

White with #093432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093432; }

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

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

background-color css

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

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

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

border-color css

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

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

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