#3F301F

Color #3F301F Cola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cola #3F301F

Tints of Cola #3F301F

Color information

#3F301F (or 0x3F301F) is unknown color: approx Cola. HEX triplet: 3F, 30 and 1F. RGB value is (63,48,31). Sum of RGB (Red+Green+Blue) = 63+48+31=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F301F is #C0CFE0. Grayscale: #323232. Windows color (decimal): -12636129 or 2043967. OLE color: 2043967.

HSL color Cylindrical-coordinate representation of color #3F301F: hue angle of 31.88º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F301F is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB634831-
CMYK00.240.510.75
HSL31.88º34.04%18.43%-
HSV(B)31.88º50.79%24.71%-
XYZ3.353.271.75-
YUV50.55116.97136.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 48 (19.14% from 255) = 33.80%
BLUE value IS 31 (12.5% from 255) = 21.83%
R=44.37%
G=33.80%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63483100.240.510.7531.8834.0418.43
Hex3F301F018334B202212
Octal77603703063113404222
Binary11111111000011111011000110011100101110000010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F301F; }

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

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

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

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

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

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

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

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