Html Css Color HEX #093334 Nordic

📋 copy color: '#093334'

red 9 ◦ green 51 ◦ blue 52

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

Shades of Nordic #093334

Tints of Nordic #093334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.54%

 BLUE value IS 52 (20.7% from 255) = 46.43%

R = 8.04%
G = 45.54%
B = 46.43%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#093334 (or 0x093334) is known color: Nordic. HEX triplet: 09, 33 and 34. RGB value is (9,51,52). Sum of RGB (Red+Green+Blue) = 9+51+52=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #093334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093334 is #F6CCCB. Grayscale: #262626. Windows color (decimal): -16174284 or 3420937. OLE color: 3420937.

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

Color convert

RGB 9 51 52 -
CMYK 0.83 0.02 0 0.80
HSL 181.4º 0.7% 0.12% -
HSV(B) 181.4º 0.83% 0.2% -
XYZ 1.92 2.67 3.66 -
YUV 38.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 9 51 52 0.83 0.02 0 0.80 181.4 0.7 0.12
Hex 9 33 34 53 2 0 50 B5 46 C
Octal 11 63 64 123 2 0 120 265 106 14
Binary 1001 110011 110100 1010011 10 0 1010000 10110101 1000110 1100

Color Harmonies of #093334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093334

Black with #093334

Text Example


Text Example

White with #093334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093334; }

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

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

background-color css

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

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

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

border-color css

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

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

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