#3F3034

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

Shades of Cab Sav #3F3034

Tints of Cab Sav #3F3034

Color information

#3F3034 (or 0x3F3034) is unknown color: approx Cab Sav. HEX triplet: 3F, 30 and 34. RGB value is (63,48,52). Sum of RGB (Red+Green+Blue) = 63+48+52=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3034 is #C0CFCB. Grayscale: #343434. Windows color (decimal): -12636108 or 3420223. OLE color: 3420223.

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

Color convert

RGB634852-
CMYK00.240.170.75
HSL344º13.51%21.76%-
HSV(B)344º23.81%24.71%-
XYZ3.733.423.71-
YUV52.94127.47135.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 52 (20.70% from 255) = 31.90%
R=38.65%
G=29.45%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63485200.240.170.7534413.5121.76
Hex3F3034018114B158e16
Octal776064030211135301626
Binary111111110000110100011000100011001011101011000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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