#08381B

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

Shades of Deep Fir #08381B

Tints of Deep Fir #08381B

Color information

#08381B (or 0x08381B) is unknown color: approx Deep Fir. HEX triplet: 08, 38 and 1B. RGB value is (8,56,27). Sum of RGB (Red+Green+Blue) = 8+56+27=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 56 (22.27% from 255 or 61.54% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 56 - color contains mainly: green. Hex color #08381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08381B is #F7C7E4. Grayscale: #262626. Windows color (decimal): -16238565 or 1783816. OLE color: 1783816.

HSL color Cylindrical-coordinate representation of color #08381B: hue angle of 143.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08381B is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB85627-
CMYK0.8600.520.78
HSL143.75º75%12.55%-
HSV(B)143.75º85.71%21.96%-
XYZ1.712.961.52-
YUV38.34121.6106.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.79%
GREEN value IS 56 (22.27% from 255) = 61.54%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=8.79%
G=61.54%
B=29.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal856270.8600.520.78143.757512.55
Hex8381B560344E904bd
Octal10703312606411622011315
Binary1000111000110111010110011010010011101001000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08381B; }

 p { color: rgb(8,56,27); }

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

<style>
 a { background-color: #08381B; }

 a { background-color: rgb(8,56,27); }

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

<style>
 span { border-color: #08381B; }

 span { border-color: rgb(8,56,27); }

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