#00380d

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

Shades of Deep Fir #00380D

Tints of Deep Fir #00380D

Color information

#00380D (or 0x00380D) is unknown color: approx Deep Fir. HEX triplet: 00, 38 and 0D. RGB value is (0,56,13). Sum of RGB (Red+Green+Blue) = 0+56+13=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 56 (22.27% from 255 or 81.16% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 56 - color contains mainly: green. Hex color #00380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00380D is #FFC7F2. Grayscale: #222222. Windows color (decimal): -16762867 or 866304. OLE color: 866304.

HSL color Cylindrical-coordinate representation of color #00380D: hue angle of 133.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00380D is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB05613-
CMYK100.770.78
HSL133.93º100%10.98%-
HSV(B)133.93º100%21.96%-
XYZ1.492.860.85-
YUV34.35115.95103.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 56 (22.27% from 255) = 81.16%
BLUE value IS 13 (5.47% from 255) = 18.84%
R=0%
G=81.16%
B=18.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05613100.770.78133.9310010.98
Hex038D6404D4E8664b
Octal07015144011511620614413
Binary0111000110111001000100110110011101000011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00380d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00380d; }

 p { color: rgb(0,56,13); }

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

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

 a { background-color: rgb(0,56,13); }

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

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

 span { border-color: rgb(0,56,13); }

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