#3F3431

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

Shades of Rebel #3F3431

Tints of Rebel #3F3431

Color information

#3F3431 (or 0x3F3431) is unknown color: approx Rebel. HEX triplet: 3F, 34 and 31. RGB value is (63,52,49). Sum of RGB (Red+Green+Blue) = 63+52+49=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3431 is #C0CBCE. Grayscale: #363636. Windows color (decimal): -12635087 or 3224639. OLE color: 3224639.

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

Color convert

RGB635249-
CMYK00.170.220.75
HSL12.86º12.5%21.96%-
HSV(B)12.86º22.22%24.71%-
XYZ3.833.733.42-
YUV54.95124.64133.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.41%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=38.41%
G=31.71%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63524900.170.220.7512.8612.521.96
Hex3F3431011164Bdc16
Octal77646102126113151426
Binary1111111101001100010100011011010010111101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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