#07381A

Color #07381A Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #07381A

Tints of Deep Fir #07381A

Color information

#07381A (or 0x07381A) is unknown color: approx Deep Fir. HEX triplet: 07, 38 and 1A. RGB value is (7,56,26). Sum of RGB (Red+Green+Blue) = 7+56+26=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 56 (22.27% from 255 or 62.92% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 56 - color contains mainly: green. Hex color #07381A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07381A is #F8C7E5. Grayscale: #262626. Windows color (decimal): -16304102 or 1718279. OLE color: 1718279.

HSL color Cylindrical-coordinate representation of color #07381A: hue angle of 143.27º 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 #07381A is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB75626-
CMYK0.8800.540.78
HSL143.27º77.78%12.35%-
HSV(B)143.27º87.5%21.96%-
XYZ1.692.951.46-
YUV37.93121.27105.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.87%
GREEN value IS 56 (22.27% from 255) = 62.92%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=7.87%
G=62.92%
B=29.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal756260.8800.540.78143.2777.7812.35
Hex7381A580364E8f4ec
Octal7703213006611621711614
Binary111111000110101011000011011010011101000111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07381A; }

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

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

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

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

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

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

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

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