Html Css Color HEX #093434 Nordic

📋 copy color: '#093434'

red 9 ◦ green 52 ◦ blue 52

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

Shades of Nordic #093434

Tints of Nordic #093434

RGB

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

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

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

R = 7.96%
G = 46.02%
B = 46.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#093434 (or 0x093434) is known color: Nordic. HEX triplet: 09, 34 and 34. RGB value is (9,52,52). Sum of RGB (Red+Green+Blue) = 9+52+52=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 52 - color contains mainly: green, blue. Hex color #093434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093434 is #F6CBCB. Grayscale: #272727. Windows color (decimal): -16174028 or 3421193. OLE color: 3421193.

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

Color convert

RGB 9 52 52 -
CMYK 0.83 0 0 0.80
HSL 180º 0.7% 0.12% -
HSV(B) 180º 0.83% 0.2% -
XYZ 1.96 2.76 3.68 -
YUV 39.14 135.25 106.5 -
System Red Green Blue C M Y K H S L
Decimal 9 52 52 0.83 0 0 0.80 180 0.7 0.12
Hex 9 34 34 53 0 0 50 B4 46 C
Octal 11 64 64 123 0 0 120 264 106 14
Binary 1001 110100 110100 1010011 0 0 1010000 10110100 1000110 1100

Color Harmonies of #093434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093434

Black with #093434

Text Example


Text Example

White with #093434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093434; }

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

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

background-color css

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

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

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

border-color css

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

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

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