#3F301D

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

Shades of Cola #3F301D

Tints of Cola #3F301D

Color information

#3F301D (or 0x3F301D) is unknown color: approx Cola. HEX triplet: 3F, 30 and 1D. RGB value is (63,48,29). Sum of RGB (Red+Green+Blue) = 63+48+29=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F301D is #C0CFE2. Grayscale: #323232. Windows color (decimal): -12636131 or 1912895. OLE color: 1912895.

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

Color convert

RGB634829-
CMYK00.240.540.75
HSL33.53º36.96%18.04%-
HSV(B)33.53º53.97%24.71%-
XYZ3.333.261.62-
YUV50.32115.97137.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 29 (11.72% from 255) = 20.71%
R=45%
G=34.29%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63482900.240.540.7533.5336.9618.04
Hex3F301D018364B222512
Octal77603503066113424522
Binary11111111000011101011000110110100101110001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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