#3F3121

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

Shades of Cola #3F3121

Tints of Cola #3F3121

Color information

#3F3121 (or 0x3F3121) is unknown color: approx Cola. HEX triplet: 3F, 31 and 21. RGB value is (63,49,33). Sum of RGB (Red+Green+Blue) = 63+49+33=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3121 is #C0CEDE. Grayscale: #333333. Windows color (decimal): -12635871 or 2175295. OLE color: 2175295.

HSL color Cylindrical-coordinate representation of color #3F3121: hue angle of 32º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F3121 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB634933-
CMYK00.220.480.75
HSL32º31.25%18.82%-
HSV(B)32º47.62%24.71%-
XYZ3.423.361.91-
YUV51.36117.64136.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.45%
GREEN value IS 49 (19.53% from 255) = 33.79%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=43.45%
G=33.79%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63493300.220.480.753231.2518.82
Hex3F3121016304B201f13
Octal77614102660113403723
Binary11111111000110000101011011000010010111000001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,49,33); }

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

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

 a { background-color: rgb(63,49,33); }

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

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

 span { border-color: rgb(63,49,33); }

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