Html Css Color HEX #073338 Nordic

📋 copy color: '#073338'

red 7 ◦ green 51 ◦ blue 56

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

Shades of Nordic #073338

Tints of Nordic #073338

RGB

 RED value IS 7 (3.13% from 255) = 6.14%

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

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

R = 6.14%
G = 44.74%
B = 49.12%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#073338 (or 0x073338) is known color: Nordic. HEX triplet: 07, 33 and 38. RGB value is (7,51,56). Sum of RGB (Red+Green+Blue) = 7+51+56=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: blue. Hex color #073338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073338 is #F8CCC7. Grayscale: #262626. Windows color (decimal): -16305352 or 3683079. OLE color: 3683079.

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

Color convert

RGB 7 51 56 -
CMYK 0.88 0.09 0 0.78
HSL 186.12º 0.78% 0.12% -
HSV(B) 186.12º 0.88% 0.22% -
XYZ 1.99 2.7 4.16 -
YUV 38.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 7 51 56 0.88 0.09 0 0.78 186.12 0.78 0.12
Hex 7 33 38 58 9 0 4E BA 4E C
Octal 7 63 70 130 11 0 116 272 116 14
Binary 111 110011 111000 1011000 1001 0 1001110 10111010 1001110 1100

Color Harmonies of #073338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073338

Black with #073338

Text Example


Text Example

White with #073338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073338; }

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

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

background-color css

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

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

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

border-color css

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

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

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