Html Css Color HEX #00380D Deep Fir

📋 copy color: '#00380D'

red 0 ◦ green 56 ◦ blue 13

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

Shades of Deep Fir #00380D

Tints of Deep Fir #00380D

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 value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#00380D (or 0x00380D) is known color: 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

RGB 0 56 13 -
CMYK 1 0 0.77 0.78
HSL 133.93º 1% 0.11% -
HSV(B) 133.93º 1% 0.22% -
XYZ 1.49 2.86 0.85 -
YUV 34.35 115.95 103.5 -
System Red Green Blue C M Y K H S L
Decimal 0 56 13 1 0 0.77 0.78 133.93 1 0.11
Hex 0 38 D 64 0 4D 4E 86 64 B
Octal 0 70 15 144 0 115 116 206 144 13
Binary 0 111000 1101 1100100 0 1001101 1001110 10000110 1100100 1011

Color Harmonies of #00380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00380D

Black with #00380D

Text Example


Text Example

White with #00380D

Text Example


Text Example

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