#3F5353

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

Shades of Oracle #3F5353

Tints of Oracle #3F5353

Color information

#3F5353 (or 0x3F5353) is unknown color: approx Oracle. HEX triplet: 3F, 53 and 53. RGB value is (63,83,83). Sum of RGB (Red+Green+Blue) = 63+83+83=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #3F5353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5353 is #C0ACAC. Grayscale: #4D4D4D. Windows color (decimal): -12627117 or 5460799. OLE color: 5460799.

HSL color Cylindrical-coordinate representation of color #3F5353: hue angle of 180º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F5353 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB638383-
CMYK0.24000.67
HSL180º13.7%28.63%-
HSV(B)180º24.1%32.55%-
XYZ6.77.879.35-
YUV77.02131.37118-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.51%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 83 (32.81% from 255) = 36.24%
R=27.51%
G=36.24%
B=36.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383830.24000.6718013.728.63
Hex3F5353180043b4e1d
Octal7712312330001032641635
Binary111111101001110100111100000100001110110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,83,83); }

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

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

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

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

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

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

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