Html Css Color HEX #093338 Nordic

📋 copy color: '#093338'

red 9 ◦ green 51 ◦ blue 56

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

Shades of Nordic #093338

Tints of Nordic #093338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 48.28%

R = 7.76%
G = 43.97%
B = 48.28%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#093338 (or 0x093338) is known color: Nordic. HEX triplet: 09, 33 and 38. RGB value is (9,51,56). Sum of RGB (Red+Green+Blue) = 9+51+56=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #093338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093338 is #F6CCC7. Grayscale: #262626. Windows color (decimal): -16174280 or 3683081. OLE color: 3683081.

HSL color Cylindrical-coordinate representation of color #093338: hue angle of 186.38º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093338 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 51 56 -
CMYK 0.84 0.09 0 0.78
HSL 186.38º 0.72% 0.13% -
HSV(B) 186.38º 0.84% 0.22% -
XYZ 2.01 2.71 4.16 -
YUV 39.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 9 51 56 0.84 0.09 0 0.78 186.38 0.72 0.13
Hex 9 33 38 54 9 0 4E BA 48 D
Octal 11 63 70 124 11 0 116 272 110 15
Binary 1001 110011 111000 1010100 1001 0 1001110 10111010 1001000 1101

Color Harmonies of #093338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093338

Black with #093338

Text Example


Text Example

White with #093338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093338; }

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

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

background-color css

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

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

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

border-color css

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

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

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