#3F2F33

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

Shades of Cab Sav #3F2F33

Tints of Cab Sav #3F2F33

Color information

#3F2F33 (or 0x3F2F33) is unknown color: approx Cab Sav. HEX triplet: 3F, 2F and 33. RGB value is (63,47,51). Sum of RGB (Red+Green+Blue) = 63+47+51=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2F33 is #C0D0CC. Grayscale: #343434. Windows color (decimal): -12636365 or 3354431. OLE color: 3354431.

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

Color convert

RGB634751-
CMYK00.250.190.75
HSL345º14.55%21.57%-
HSV(B)345º25.4%24.71%-
XYZ3.663.333.58-
YUV52.24127.3135.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.13%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=39.13%
G=29.19%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63475100.250.190.7534514.5521.57
Hex3F2F33019134B159f16
Octal775763031231135311726
Binary111111101111110011011001100111001011101011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,47,51); }

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

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

 a { background-color: rgb(63,47,51); }

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

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

 span { border-color: rgb(63,47,51); }

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