#39301F

Color #39301F Creole (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Creole #39301F

Tints of Creole #39301F

Color information

#39301F (or 0x39301F) is unknown color: approx Creole. HEX triplet: 39, 30 and 1F. RGB value is (57,48,31). Sum of RGB (Red+Green+Blue) = 57+48+31=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #39301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39301F is #C6CFE0. Grayscale: #303030. Windows color (decimal): -13029345 or 2043961. OLE color: 2043961.

HSL color Cylindrical-coordinate representation of color #39301F: hue angle of 39.23º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39301F is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB574831-
CMYK00.160.460.78
HSL39.23º29.55%17.25%-
HSV(B)39.23º45.61%22.35%-
XYZ2.993.081.73-
YUV48.75117.98133.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.91%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=41.91%
G=35.29%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57483100.160.460.7839.2329.5517.25
Hex39301F0102E4E271e11
Octal71603702056116473621
Binary1110011100001111101000010111010011101001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39301F; }

 p { color: rgb(57,48,31); }

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

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

 a { background-color: rgb(57,48,31); }

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

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

 span { border-color: rgb(57,48,31); }

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