Html Css Color HEX #07381A Deep Fir

📋 copy color: '#07381A'

red 7 ◦ green 56 ◦ blue 26

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

Shades of Deep Fir #07381A

Tints of Deep Fir #07381A

RGB

 RED value IS 7 (3.13% 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 value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#07381A (or 0x07381A) is known color: 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

RGB 7 56 26 -
CMYK 0.88 0 0.54 0.78
HSL 143.27º 0.78% 0.12% -
HSV(B) 143.27º 0.88% 0.22% -
XYZ 1.69 2.95 1.46 -
YUV 37.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 7 56 26 0.88 0 0.54 0.78 143.27 0.78 0.12
Hex 7 38 1A 58 0 36 4E 8F 4E C
Octal 7 70 32 130 0 66 116 217 116 14
Binary 111 111000 11010 1011000 0 110110 1001110 10001111 1001110 1100

Color Harmonies of #07381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07381A

Black with #07381A

Text Example


Text Example

White with #07381A

Text Example


Text Example

HTML Codes & Css Web 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>