#271001

Color #271001 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #271001

Tints of Wood Bark #271001

Color information

#271001 (or 0x271001) is unknown color: approx Wood Bark. HEX triplet: 27, 10 and 01. RGB value is (39,16,1). Sum of RGB (Red+Green+Blue) = 39+16+1=56 (7% of max value = 765). Red value is 39 (15.62% from 255 or 69.64% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 39 - color contains mainly: red. Hex color #271001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271001 is #D8EFFE. Grayscale: #151515. Windows color (decimal): -14217215 or 69671. OLE color: 69671.

HSL color Cylindrical-coordinate representation of color #271001: hue angle of 23.68º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #271001 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB39161-
CMYK00.590.970.85
HSL23.68º95%7.84%-
HSV(B)23.68º97.44%15.29%-
XYZ1.030.80.13-
YUV21.17116.62140.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 69.64%
GREEN value IS 16 (6.64% from 255) = 28.57%
BLUE value IS 1 (0.78% from 255) = 1.79%
R=69.64%
G=28.57%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3916100.590.970.8523.68957.84
Hex2710103B6155185f8
Octal472010731411253013710
Binary1001111000010111011110000110101011100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271001; }

 p { color: rgb(39,16,1); }

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

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

 a { background-color: rgb(39,16,1); }

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

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

 span { border-color: rgb(39,16,1); }

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