Html Css Color HEX #093533 Nordic

📋 copy color: '#093533'

red 9 ◦ green 53 ◦ blue 51

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

Shades of Nordic #093533

Tints of Nordic #093533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 46.9%

 BLUE value IS 51 (20.31% from 255) = 45.13%

R = 7.96%
G = 46.9%
B = 45.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#093533 (or 0x093533) is known color: Nordic. HEX triplet: 09, 35 and 33. RGB value is (9,53,51). Sum of RGB (Red+Green+Blue) = 9+53+51=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #093533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093533 is #F6CACC. Grayscale: #272727. Windows color (decimal): -16173773 or 3355913. OLE color: 3355913.

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

Color convert

RGB 9 53 51 -
CMYK 0.83 0 0.04 0.79
HSL 177.27º 0.71% 0.12% -
HSV(B) 177.27º 0.83% 0.21% -
XYZ 1.98 2.84 3.58 -
YUV 39.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 9 53 51 0.83 0 0.04 0.79 177.27 0.71 0.12
Hex 9 35 33 53 0 4 4F B1 47 C
Octal 11 65 63 123 0 4 117 261 107 14
Binary 1001 110101 110011 1010011 0 100 1001111 10110001 1000111 1100

Color Harmonies of #093533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093533

Black with #093533

Text Example


Text Example

White with #093533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093533; }

 p { color: rgb(9,53,51); }

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

background-color css

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

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

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

border-color css

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

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

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