#07333F

Color #07333F Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #07333F

Tints of Nordic #07333F

Color information

#07333F (or 0x07333F) is unknown color: approx Nordic. HEX triplet: 07, 33 and 3F. RGB value is (7,51,63). Sum of RGB (Red+Green+Blue) = 7+51+63=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #07333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07333F is #F8CCC0. Grayscale: #272727. Windows color (decimal): -16305345 or 4141831. OLE color: 4141831.

HSL color Cylindrical-coordinate representation of color #07333F: hue angle of 192.86º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07333F is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB75163-
CMYK0.890.1900.75
HSL192.86º80%13.73%-
HSV(B)192.86º88.89%24.71%-
XYZ2.172.775.12-
YUV39.21141.42105.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.79%
GREEN value IS 51 (20.31% from 255) = 42.15%
BLUE value IS 63 (25% from 255) = 52.07%
R=5.79%
G=42.15%
B=52.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal751630.890.1900.75192.868013.73
Hex7333F591304Bc150e
Octal7637713123011330112016
Binary111110011111111101100110011010010111100000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07333F; }

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

 H1.HeaderClassName
 {
   color: #07333F;
 }
 .AnyTagClassName
 {
   color: #07333F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #07333F;
 }
 .BgClassName
 {
   background-color: #07333F;
 }
</style>
border-color css

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

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

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