#385151

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

Shades of Oracle #385151

Tints of Oracle #385151

Color information

#385151 (or 0x385151) is unknown color: approx Oracle. HEX triplet: 38, 51 and 51. RGB value is (56,81,81). Sum of RGB (Red+Green+Blue) = 56+81+81=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #385151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385151 is #C7AEAE. Grayscale: #494949. Windows color (decimal): -13086383 or 5329208. OLE color: 5329208.

HSL color Cylindrical-coordinate representation of color #385151: hue angle of 180º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #385151 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB568181-
CMYK0.31000.68
HSL180º18.25%26.86%-
HSV(B)180º30.86%31.76%-
XYZ6.067.328.88-
YUV73.52132.22115.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=25.69%
G=37.16%
B=37.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681810.31000.6818018.2526.86
Hex3851511F0044b4121b
Octal7012112137001042642233
Binary1110001010001101000111111001000100101101001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385151; }

 p { color: rgb(56,81,81); }

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

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

 a { background-color: rgb(56,81,81); }

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

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

 span { border-color: rgb(56,81,81); }

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